import type { Args } from '@storybook/addons';
import type { AnyFramework, ArgsEnhancer } from '@storybook/csf';
export declare const argsEnhancers: ArgsEnhancer<AnyFramework, Args>[];
