import { FC } from 'react'; import { LineChartProps } from './types'; export declare const LineChart: FC;