export declare type InputType = "text" | "number" | "select" | "range" | "textarea" | "date" | "time" | "datetime" | "checkbox";