/// import { InputText } from "./inputText.component"; declare const _default: { title: string; component: typeof InputText; argTypes: { label: { control: { type: string; }; }; type: { control: { type: string; }; }; name: { control: { type: string; }; }; value: { control: { type: string; }; }; size: { control: { type: string; options: string[]; }; }; placeholder: { control: { type: string; }; }; choices: { control: { type: string; }; }; description: { control: { type: string; }; }; }; parameters: {}; }; export default _default; export declare const Sandbox: { (args: any): JSX.Element; args: { name: string; label: string; value: string; size: string; placeholder: string; }; }; export declare const WithPrefix: { (args: any): JSX.Element; args: { label: string; value: string; size: string; placeholder: string; }; }; export declare const WithSuffix: { (args: any): JSX.Element; args: { label: string; value: string; size: string; placeholder: string; }; }; export declare const TypeNumber: { (args: any): JSX.Element; args: { label: string; type: string; value: string; size: string; placeholder: string; description: string; }; }; export declare const Sizing: { (args: any): JSX.Element; args: { label: string; type: string; value: string; size: string; placeholder: string; description: string; }; };