export declare class DXSystemColors {
    static control: number;
    static controlDark: number;
    static window: number;
    static activeBorder: number;
    static activeCaption: number;
    static activeCaptionText: number;
    static appWorkspace: number;
    static controlDarkDark: number;
    static controlLight: number;
    static controlLightLight: number;
    static controlText: number;
    static desktop: number;
    static grayText: number;
    static highlight: number;
    static highlightText: number;
    static hotTrack: number;
    static inactiveBorder: number;
    static inactiveCaption: number;
    static inactiveCaptionText: number;
    static info: number;
    static infoText: number;
    static menu: number;
    static menuText: number;
    static scrollBar: number;
    static windowFrame: number;
    static windowText: number;
    static gradientActiveCaption: number;
    static gradientInactiveCaption: number;
    static menuBar: number;
    static menuHighlight: number;
}
