import { Type } from "igniteui-webcomponents-core"; /** * @hidden */ export declare const enum ST_AllocationMethod { equalAllocation = 0, equalIncrement = 1, weightedAllocation = 2, weightedIncrement = 3 } /** * @hidden */ export declare let ST_AllocationMethod_$type: Type;