/** 词云图 color 通道映射字段 */ export declare const WORD_CLOUD_COLOR_FIELD = "color"; /** * 词云图 默认配置项 */ export declare const DEFAULT_OPTIONS: any;