import type React from 'react'; import type { IScatterChartSpec } from '@visactor/vchart'; import type { BaseChartProps } from './BaseChart'; export interface ScatterChartProps extends Omit, Omit, 'type'> { } export declare const ScatterChart: React.ForwardRefExoticComponent>;