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