import { Type } from "igniteui-react-core";
/**
 * @hidden
 */
export declare const enum SystemColorsInternal_SystemColorValue {
    ActiveBorder = 0,
    ActiveCaption = 1,
    ActiveCaptionText = 2,
    AppWorkspace = 3,
    ButtonFace = 4,
    ButtonHighlight = 5,
    ButtonShadow = 6,
    Control = 7,
    ControlDark = 8,
    ControlDarkDark = 9,
    ControlLight = 10,
    ControlLightLight = 11,
    ControlText = 12,
    Desktop = 13,
    GradientActiveCaption = 14,
    GradientInactiveCaption = 15,
    GrayText = 16,
    Highlight = 17,
    HighlightText = 18,
    HotTrack = 19,
    InactiveBorder = 20,
    InactiveCaption = 21,
    InactiveCaptionText = 22,
    Info = 23,
    InfoText = 24,
    Menu = 25,
    MenuBar = 26,
    MenuHighlight = 27,
    MenuText = 28,
    ScrollBar = 29,
    Window = 30,
    WindowFrame = 31,
    WindowText = 32,
    MaxValue = 33
}
/**
 * @hidden
 */
export declare let SystemColorsInternal_SystemColorValue_$type: Type;
