import { FC } from 'react';
import { AreaChartProps } from '../AreaChart';

export type LineChartProps = AreaChartProps;
export declare const LineChart: FC<Partial<LineChartProps>>;
