import type { ILineChartSpec } from '@visactor/vchart';
export declare const LineChart: import("react").ForwardRefExoticComponent<Omit<import("../typings/IChartProps").IVChartProps<ILineChartSpec>, "chartConstructor"> & import("react").RefAttributes<any>>;