import { Type } from "igniteui-webcomponents-core"; /** * @hidden */ export declare const enum ST_FillMethod { none = 0, linear = 1, sigma = 2, any = 3, linearsigma = 4 } /** * @hidden */ export declare let ST_FillMethod_$type: Type;