import React from 'react';
import { IChart } from '../Chart/Chart';
export declare type IScatterChart = IChart & {};
declare const ScatterChart: React.FC<IScatterChart>;
export default ScatterChart;
