import { FC } from 'react';
import { ScatterProps } from '../../types';
declare const Scatter: FC<ScatterProps>;
export { Scatter };
//# sourceMappingURL=Scatter.d.ts.map