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