import { default as React } from 'react';
declare const _default: {
    tags: string[];
    title: string;
    component: React.FC<Partial<import('../AreaChart').AreaChartProps>>;
    subcomponents: {
        LineSeries: React.FC<Partial<import('../AreaChart').AreaSeriesProps>>;
    };
};
export default _default;
export declare const On: () => import("react/jsx-runtime").JSX.Element;
export declare const Off: () => import("react/jsx-runtime").JSX.Element;
export declare const OnHover: () => import("react/jsx-runtime").JSX.Element;
export declare const OnlyFirst: () => import("react/jsx-runtime").JSX.Element;
export declare const OnlyLast: () => import("react/jsx-runtime").JSX.Element;
export declare const Shapes: () => import("react/jsx-runtime").JSX.Element;
