import type { GenerateChartCellContext } from '../../type';
export declare const wordCloudData: (context: GenerateChartCellContext) => {
    spec: any;
};
export declare const wordCloudField: (context: GenerateChartCellContext) => {
    spec: any;
};
export declare const wordCloudDisplayConf: (context: GenerateChartCellContext) => {
    spec: any;
};
export declare const pipelineWordCloud: ((context: GenerateChartCellContext) => {
    spec: any;
})[];
