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