import { Chart } from '../chart'; import { ChartConfig, WorldCloudChartOptions } from '../interfaces/index'; export declare class WordCloudChart extends Chart { constructor(holder: Element, chartConfigs: ChartConfig); getComponents(): any[]; }