import { LegacyStoryFn, DecoratorFunction } from 'storybook/internal/types';
import { R as ReactRenderer } from './types-7abe74eb.js';
import 'react';
import 'react-dom/client';

declare const applyDecorators: (storyFn: LegacyStoryFn<ReactRenderer>, decorators: DecoratorFunction<ReactRenderer>[]) => LegacyStoryFn<ReactRenderer>;

declare const decorators: DecoratorFunction<ReactRenderer>[];

declare const parameters: {
    docs: {
        story: {
            inline: boolean;
        };
    };
};

export { applyDecorators, decorators, parameters };
