declare const _default: { title: string; tags: string[]; argTypes: { size: { control: { type: string; }; options: string[]; description: string; }; placeholder: { control: string; description: string; }; label: { control: string; description: string; }; value: { control: string; description: string; }; type: { control: { type: string; }; options: string[]; description: string; }; helper_text: { control: string; description: string; }; error_message: { control: string; description: string; }; validation_type: { control: { type: string; }; options: string[]; description: string; }; input_status: { control: { type: string; }; options: string[]; description: string; }; custom_class: { control: { type: string; }; description: string; }; component_mode: { control: { type: string; }; options: string[]; description: string; }; input_id: { control: { type: string; }; description: string; }; aria_label: { control: { type: string; }; description: string; }; onchange: { control: { type: string; }; description: string; }; }; parameters: { docs: { description: { component: string; }; }; }; }; export default _default; export declare const Text: any; export declare const Password: any; export declare const Email: any; export declare const Number: any; export declare const Date: any; export declare const Time: any; export declare const Witherror: any; export declare const disabled: any;