export declare enum BasicControlTypes {
    Text = "text",
    TextArea = "textarea",
    Checkbox = "checkbox",
    CheckboxGroup = "checkboxGroup",
    Radio = "radio",
    Select = "select",
    Combobox = "combobox",
    Date = "date",
    Number = "number",
    Time = "time",
    DateTime = "datetime",
    Switch = "switch"
}
