import { Type } from "igniteui-react-core";
/**
 * @hidden
 */
export declare const enum ST_BlipCompression {
    none = 0,
    email = 1,
    hqprint = 2,
    print = 3,
    screen = 4
}
/**
 * @hidden
 */
export declare let ST_BlipCompression_$type: Type;
