import React from 'react'; import { ScatterChartProps } from '../../types'; export declare const ScatterChart: React.FC;