import { StoryFn, StoryApi, ClientStoryApi } from '@storybook/addons'; export declare const addDecorator: ClientStoryApi['addDecorator']; export declare type DecoratorFn = Parameters[0]; /** Extract components from story and emit them to the panel */ export declare const jsxDecorator: (...args: any) => any; declare const _default: { addWithJSX(this: StoryApi, kind: string, storyFn: StoryFn): StoryApi; }; export default _default;