import { FC } from 'react';
import { BaseChartProps } from '../types';
declare const ScatterChart: FC<BaseChartProps>;
export default ScatterChart;
