import type { IWordCloud3dSeriesSpec } from './interface'; import { SeriesType3dEnum } from '../3d/enum'; import { BaseWordCloudSeries } from '@visactor/vchart'; export declare class WordCloud3dSeries extends BaseWordCloudSeries { static readonly type: string; type: SeriesType3dEnum; static readonly builtInTheme: { wordCloud3d: import("./interface").IWordCloud3dSeriesTheme; }; protected _wordCloudTransformOption(): { postProjection: "StereographicProjection"; depth_3d: number; constructor: Function; toString(): string; toLocaleString(): string; valueOf(): Object; hasOwnProperty(v: PropertyKey): boolean; isPrototypeOf(v: Object): boolean; propertyIsEnumerable(v: PropertyKey): boolean; }; protected _wordCloudShapeTransformOption(): { postProjection: "StereographicProjection"; depth_3d: number; constructor: Function; toString(): string; toLocaleString(): string; valueOf(): Object; hasOwnProperty(v: PropertyKey): boolean; isPrototypeOf(v: Object): boolean; propertyIsEnumerable(v: PropertyKey): boolean; }; initMark(): void; initMarkStyle(): void; initAnimation(): void; } export declare const registerWordCloud3dSeries: () => void; export declare const registerWordCloudShape3dSeries: () => void;