import type React from 'react'; import type { BaseChartProps } from './BaseChart'; import type { IWordCloud3dChartSpec } from '@visactor/vchart-extension'; export interface WordCloud3dChartProps extends Omit, Omit, 'type'> { } export declare const WordCloud3dChart: React.ForwardRefExoticComponent>;