import { Type } from "igniteui-webcomponents-core"; /** * @hidden */ export declare const enum ST_PathFillMode { none = 0, norm = 1, lighten = 2, lightenLess = 3, darken = 4, darkenLess = 5 } /** * @hidden */ export declare let ST_PathFillMode_$type: Type;