declare const _default: {
    tags: string[];
    title: string;
    component: import('react').FC<Partial<import('../AreaChart').AreaChartProps>>;
    subcomponents: {
        LineSeries: import('react').FC<Partial<import('../AreaChart').AreaSeriesProps>>;
        Line: import('react').FC<Partial<import('../AreaChart').LineProps>>;
        StackedAreaChart: import('react').FC<Partial<import('../AreaChart').StackedAreaChartProps>>;
        StackedNormalizedAreaChart: import('react').FC<Partial<import('../AreaChart').StackedNormalizedAreaChartProps>>;
        StackedAreaSeries: import('react').FC<Partial<import('../AreaChart').AreaSeriesProps>>;
        StackedNormalizedAreaSeries: import('react').FC<Partial<import('../AreaChart').AreaSeriesProps>>;
    };
};
export default _default;
export declare const _Simple: () => import("react/jsx-runtime").JSX.Element;
export declare const Clicked: () => import("react/jsx-runtime").JSX.Element;
export declare const LargeData: {
    (): import("react/jsx-runtime").JSX.Element;
    tags: string[];
};
export declare const CustomLineStyles: () => import("react/jsx-runtime").JSX.Element;
export declare const _LargeDataset: {
    (): import("react/jsx-runtime").JSX.Element;
    tags: string[];
};
export declare const Stacked: () => import("react/jsx-runtime").JSX.Element;
export declare const StackedNormalized: () => import("react/jsx-runtime").JSX.Element;
