/** Pie chart wrapper to chart.js Pie with grommet theming
* For all standard charting options, consult the chart.js docs
* `import { PieChart } from 'grommet-controls/chartjs';`
* ``
*/
declare const PieChart: import("../withChartTheme").ChartjsComponentType;
export { PieChart };