import { Type } from "igniteui-webcomponents-core"; /** * @hidden */ export declare const enum ST_Shape { cone = 0, coneToMax = 1, box = 2, cylinder = 3, pyramid = 4, pyramidToMax = 5 } /** * @hidden */ export declare let ST_Shape_$type: Type;