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