import * as _storybook_docs_tools from '@storybook/docs-tools'; import { extractComponentDescription } from '@storybook/docs-tools'; import { LegacyStoryFn, DecoratorFunction, ArgTypesEnhancer } from '@storybook/types'; import { R as ReactRenderer } from './types-0fc72a6d.js'; import 'react'; declare const applyDecorators: (storyFn: LegacyStoryFn, decorators: DecoratorFunction[]) => LegacyStoryFn; declare const parameters: { docs: { story: { inline: boolean; }; extractArgTypes: _storybook_docs_tools.ArgTypesExtractor; extractComponentDescription: typeof extractComponentDescription; }; }; declare const decorators: DecoratorFunction[]; declare const argTypesEnhancers: ArgTypesEnhancer[]; export { applyDecorators, argTypesEnhancers, decorators, parameters };