import { Type } from "igniteui-react-core"; /** * Describes available types of data visualizations in the DataPie Chart control. */ export declare enum DataPieChartType { /** * Specifies automatic selection of chart type based on suggestions from Data Adapter */ Auto = 0, /** * Specifies the desire for a pie chart with a single ring. */ PieSingleRing = 1 } /** * @hidden */ export declare let DataPieChartType_$type: Type;