import type { ScatterChartProps } from './scatter-chart.props'; import React from 'react'; /** common -> cartesian -> scatter */ export type { ScatterChartProps, ScatterSeriesData } from './scatter-chart.props'; export declare const ScatterChart: ((props: ScatterChartProps & { theme?: Partial; } & { width?: number | string; height?: number | string; }) => React.JSX.Element) & { displayName: string; }; //# sourceMappingURL=scatter-chart.d.ts.map