import { Type } from "./type";
/**
 * @hidden
 */
export declare const enum NativeUIBuiltInProperties {
    DisplayType = 0,
    Density = 1,
    Value = 2,
    Label = 3,
    DisableRipple = 4,
    DisableHover = 5,
    DisableFocusStyle = 6,
    IsChecked = 7,
    DataSource = 8,
    SelectedValue = 9,
    Text = 10,
    FontInfo = 11,
    Min = 12,
    Max = 13,
    Step = 14,
    CollectionName = 15,
    IconName = 16,
    CornerRadius = 17,
    BaseTheme = 18,
    InputType = 19,
    TextAlignment = 20,
    ShowSpinner = 21,
    IsShown = 22,
    Background = 23,
    HoverBackground = 24,
    AnimationEnabled = 25,
    AnimationDuration = 26,
    Actions = 27,
    RowHeight = 28,
    ActualRowHeight = 29,
    Orientation = 30,
    IsWrapEnabled = 31,
    IsDisabled = 32,
    TextColor = 33,
    DisabledTextColor = 34,
    AnimationType = 35,
    IsHitTestVisible = 36,
    IsFocusable = 37,
    BoxSizing = 38,
    DisableHitTestDuringAnimation = 39,
    Elevation = 40,
    IsPointerEnabled = 41,
    PointerBackground = 42,
    PointerPosition = 43,
    ViewBoxLeft = 44,
    ViewBoxTop = 45,
    ViewBoxWidth = 46,
    ViewBoxHeight = 47,
    IconWidth = 48,
    IconHeight = 49,
    SubmenuBackground = 50,
    GroupHeaderBackground = 51,
    GroupHeaderTextColor = 52,
    SeparatorBackground = 53,
    Content = 54,
    ContentPadding = 55,
    DisablePointer = 56,
    FillAvailableSpace = 57,
    ClickTunneling = 58,
    IsShowing = 59,
    IsClosing = 60,
    PointerSize = 61,
    FillColors = 62,
    StrokeColors = 63,
    StrokeWidth = 64,
    UncheckedBackgroundColor = 65,
    CheckedBackgroundColor = 66,
    UncheckedBorderColor = 67,
    CheckedBorderColor = 68,
    MenuArrowStroke = 69,
    IconFill = 70,
    IconStroke = 71,
    PlaceContent = 72,
    ItemsSource = 73,
    SelectedMemberPath = 74,
    DataMemberPath = 75,
    ShowSelectAll = 76,
    PrimaryKey = 77,
    SearchIconColor = 78,
    SearchTextColor = 79,
    SubtitleTextColor = 80,
    GroupHeaderSubtitleTextColor = 81,
    SubtitleFontInfo = 82,
    Target = 83,
    SelectedIndices = 84,
    MinWidth = 85,
    SelectedItems = 86,
    ValuePath = 87,
    DisplayPath = 88,
    YValue = 89,
    BarBackgroundColor = 90,
    ThumbBackgroundColor = 91,
    ThumbOutlineColor = 92,
    ThumbRidgesColor = 93,
    YMin = 94,
    YMax = 95,
    IndexType = 96,
    SuffixIconSVGPath = 97,
    SuffixIconFill = 98,
    SuffixIconOutline = 99,
    InputBackgroundColor = 100,
    IsOpen = 101,
    SelectionStart = 102,
    SelectionEnd = 103,
    IsExpanded = 104,
    AutomationName = 105,
    ShowsOnHover = 106
}
/**
 * @hidden
 */
export declare let NativeUIBuiltInProperties_$type: Type;
