import { Type } from "igniteui-react-core";
/**
 * @hidden
 */
export declare const enum ST_BWMode {
    color = 0,
    auto = 1,
    grayScale = 2,
    lightGrayscale = 3,
    inverseGray = 4,
    grayOutline = 5,
    highContrast = 6,
    black = 7,
    white = 8,
    hide = 9,
    undrawn = 10,
    blackTextAndLines = 11
}
/**
 * @hidden
 */
export declare let ST_BWMode_$type: Type;
