import * as _storybook_docs_tools from '@storybook/docs-tools';
import { extractComponentDescription } from '@storybook/docs-tools';
import { DecoratorFunction, ArgTypesEnhancer } from '@storybook/types';
import { V as VueRenderer } from './types-317e5359.js';
import 'vue';

declare const parameters: {
    docs: {
        story: {
            inline: boolean;
            iframeHeight: string;
        };
        extractArgTypes: _storybook_docs_tools.ArgTypesExtractor;
        extractComponentDescription: typeof extractComponentDescription;
    };
};
declare const decorators: DecoratorFunction<VueRenderer>[];
declare const argTypesEnhancers: ArgTypesEnhancer<VueRenderer>[];

export { argTypesEnhancers, decorators, parameters };
