import { LineChartProps } from '../../@types';
import { FunctionComponent } from 'react';
declare const LineChart: FunctionComponent<LineChartProps>;
export { LineChart };
