import * as React from 'react';
import { CartesianChartProps } from '../util/types';
export declare const AreaChart: React.ForwardRefExoticComponent<CartesianChartProps & React.RefAttributes<SVGSVGElement>>;
