export type InputType = "text" | "number" | "password" | "file"; export declare const InputType: { Text: InputType; Number: InputType; Password: InputType; File: InputType; };