import type { AdaptiveSpec } from '@visactor/vchart'; import { BaseWordCloudChart } from '@visactor/vchart'; import type { IWordCloud3dChartSpec } from './interface'; import { WordCloud3dChartSpecTransformer } from './chart-spec-transformer'; export declare class WordCloud3dChart extends BaseWordCloudChart> { static readonly type: string; static readonly seriesType: string; static readonly transformerConstructor: typeof WordCloud3dChartSpecTransformer; readonly transformerConstructor: typeof WordCloud3dChartSpecTransformer; readonly type: string; readonly seriesType: string; } export declare const registerWordCloud3dChart: () => void; export declare const registerWordCloudShape3dChart: () => void;