import { Type } from "igniteui-webcomponents-core"; /** * @hidden */ export declare const enum ST_PathShadeType { shape = 0, circle = 1, rect = 2 } /** * @hidden */ export declare let ST_PathShadeType_$type: Type;