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>>;
    };
};
export default _default;
export declare const Simple: () => import("react/jsx-runtime").JSX.Element;
export declare const NoAnimation: () => import("react/jsx-runtime").JSX.Element;
export declare const Autosize: () => import("react/jsx-runtime").JSX.Element;
export declare const Interval: () => import("react/jsx-runtime").JSX.Element;
export declare const LargeDataset: {
    (): import("react/jsx-runtime").JSX.Element;
    tags: string[];
};
export declare const DynamicColors: () => import("react/jsx-runtime").JSX.Element;
export declare const LiveUpdating: {
    (): import("react/jsx-runtime").JSX.Element;
    tags: string[];
};
