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