import { ReactElement } from 'react';
import { WithChartRef } from '@nivo/core';
import { ScatterPlotDatum, ScatterPlotSvgProps } from './types';
export declare const ScatterPlot: <RawDatum extends ScatterPlotDatum>(props: WithChartRef<ScatterPlotSvgProps<RawDatum>, SVGSVGElement>) => ReactElement;
//# sourceMappingURL=ScatterPlot.d.ts.map