import type { ArgTypes } from '@storybook/vue3-vite'; export declare const defaultArgs: { name: string; width: number; prefix: import("@/components/VvIcon").IconPrefix; }; export declare const argTypes: ArgTypes;