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