import { AnyFramework, DecoratorFunction } from '@storybook/csf';
export { PARAM_KEY } from './constants';
export * from './highlight';
export * from './params';
export declare const withA11y: DecoratorFunction<AnyFramework>;
