import { Type } from "igniteui-webcomponents-core"; /** * @hidden */ export declare const enum ST_ChartBuildStep { category = 0, ptInCategory = 1, series = 2, ptInSeries = 3, allPts = 4, gridLegend = 5 } /** * @hidden */ export declare let ST_ChartBuildStep_$type: Type;