import type { AreaChartProp } from "../../props/components/charts.prop.js"; export type { AreaChartProp, AreaChartProp as AreaChartProps, } from "../../props/components/charts.prop.js"; /** * Area chart — magnitude over an ordered category axis. `stacked` accumulates series; `curved` * smooths the line. */ export declare function AreaChart(props: AreaChartProp): import("react").JSX.Element;