export interface WordCloudSeries { readonly name: string; readonly weight: number; }