export declare type InputControlType = 'text' | 'textarea' | 'select' | 'checkbox' | 'radio';
