import type { ArgTypes } from '@storybook/vue3-vite'; export declare const defaultArgs: { name: string; items: { id: number; title: string; content: string; icon: string; modifiers: string; }[]; stack: boolean; reverse: boolean; }; export declare const argTypes: ArgTypes;