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