export declare const typeCheckbox = "checkbox";
export declare const typeRadio = "radio";
export declare const typeBoolean = "boolean";
export declare const typeString = "string";
export declare const typeFunction = "function";
