export declare type FormInputType = 'text' | 'number' | 'email' | 'tel' | 'url' | 'radio' | 'checkbox' | 'text_area' | 'file' | 'select_box';