import React from 'react';
import type { IScatterChartSpec } from '@visactor/vchart';
export declare const ScatterChart: React.ForwardRefExoticComponent<Omit<import("../typings/IChartProps").IVChartProps<IScatterChartSpec>, "chartConstructor"> & React.RefAttributes<any>>;