import type { IWordcloud3dAnimationParams } from './interface'; import type { IAnimationTypeConfig } from '@visactor/vchart'; export declare const WordCloud3dAnimation: (params: IWordcloud3dAnimationParams | (() => any)) => IAnimationTypeConfig; export declare const registerWordCloud3dAnimation: () => void;