import type { ArgTypes } from '@storybook/vue3-vite'; export declare const defaultArgs: { name: string; label: string; placeholder: string; minlength: undefined; maxlength: undefined; }; export declare const argTypes: ArgTypes;