import type { ArgTypes } from '@storybook/vue3-vite'; export declare const defaultArgs: { id: string; title: string; transition: string; size: string; keepOpen: boolean; default: string; }; export declare const argTypes: ArgTypes;