import React from 'react';
import type { IWordCloud3dChartSpec } from '@visactor/vchart-extension';
export declare const WordCloud3dChart: React.ForwardRefExoticComponent<Omit<import("../typings/IChartProps").IVChartProps<IWordCloud3dChartSpec>, "chartConstructor"> & React.RefAttributes<any>>;