import { AreaChartProps } from "../types.js"; import * as react_jsx_runtime0 from "react/jsx-runtime"; //#region src/react/charts/area/index.d.ts /** * Area Chart component for trend visualization with filled areas. * * **Important:** This component uses Apache ECharts architecture. Configure it via props, not by passing child components. * * **Best Practice:** Use the built-in data fetching by passing `queryKey` and `parameters` props instead of pre-fetching data with `useAnalyticsQuery`. * * Supports both query mode (queryKey + parameters) and data mode (static data). */ declare const AreaChart: { (props: AreaChartProps): react_jsx_runtime0.JSX.Element; displayName: string; }; //#endregion export { AreaChart }; //# sourceMappingURL=index.d.ts.map