export declare const defaultArgs: { name: string; label: string; options: string[]; disabled: boolean; readonly: boolean; vertical: boolean; invalid: boolean; valid: boolean; tabindex: number; }; export declare const argTypes: import("@storybook/vue3-vite").ArgTypes;