import { DataComponent as DC } from '../runtime'; export type WordCloudOptions = Omit, 'type'>; export declare function processImageMask(img: HTMLImageElement | string): Promise; export declare function normalizeFontSize(fontSize: any, range?: [number, number]): any; export declare const WordCloud: DC;