import { Type } from "igniteui-react-core";
/**
 * @hidden
 */
export declare const enum Utilities_ColorIndex {
    PaletteIndex = 1,
    PaletteRGB = 2,
    SystemRGB = 4,
    SchemeIndex = 8,
    SysIndex = 16
}
/**
 * @hidden
 */
export declare let Utilities_ColorIndex_$type: Type;
