import { type Props as EchartProps } from '$src/lib/internal/shared/Echart'; import { type WrapperProps } from '$src/lib/internal/shared/ChartWrapper'; import { type CartesianChartProps } from '@latitude-data/client'; type AreaChartProps = Omit & Omit & WrapperProps; declare function AreaChart({ data, isLoading, error, x, y, title, description, bordered, sort, width, height, locale, animation, swapAxis, xTitle, yTitle, xFormat, yFormat, config, download, }: AreaChartProps): import("react/jsx-runtime").JSX.Element; export default AreaChart; //# sourceMappingURL=AreaChart.d.ts.map