import { Type } from "igniteui-react-core";
/**
 * @hidden
 */
export declare const enum ST_PresetShadowVal {
    shdw1 = 0,
    shdw2 = 1,
    shdw3 = 2,
    shdw4 = 3,
    shdw5 = 4,
    shdw6 = 5,
    shdw7 = 6,
    shdw8 = 7,
    shdw9 = 8,
    shdw10 = 9,
    shdw11 = 10,
    shdw12 = 11,
    shdw13 = 12,
    shdw14 = 13,
    shdw15 = 14,
    shdw16 = 15,
    shdw17 = 16,
    shdw18 = 17,
    shdw19 = 18,
    shdw20 = 19
}
/**
 * @hidden
 */
export declare let ST_PresetShadowVal_$type: Type;
