import { InputType } from "."; export declare const convertType: (type: InputType) => "number" | "text" | "tel" | "password" | "file"; export declare const convertValue: (value: any) => any;