import { Type } from "./type";
/**
 * @hidden
 */
export declare const enum NativeUIComponentBuiltInType {
    Content = 0,
    Button = 1,
    Input = 2,
    Label = 3,
    DropDown = 4,
    Slider = 5,
    Checkbox = 6,
    Grid = 7,
    External = 8,
    Absolute = 9,
    IconButton = 10
}
/**
 * @hidden
 */
export declare let NativeUIComponentBuiltInType_$type: Type;
