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