import type { AreaChartProps } from './area-chart.props'; import React from 'react'; export type { AreaChartProps, AreaChartSelectEvent, AreaChartAxisTooltipParams, AreaChartTooltipSeriesItem, SeriesData, } from './area-chart.props'; export declare const AreaChart: ((props: AreaChartProps & { theme?: Partial; } & { width?: number | string; height?: number | string; }) => React.JSX.Element) & { displayName: string; }; //# sourceMappingURL=area-chart.d.ts.map