import { default as React } from 'react';
import { ChartProps } from '../../types';
declare const ScatterChart: React.NamedExoticComponent<ChartProps>;
export default ScatterChart;
