export declare enum ControlTypes {
    Control = 0,
    Group = 1,
    Array = 2
}
