import * as React from 'react'; import { ILineChartProps } from './LineChart.types'; export declare const LineChart: React.FunctionComponent;