import { BaseChart } from '../../base/base-chart'; import type { IWordCloudChartSpec } from '../interface'; import { BaseWordCloudChartSpecTransformer } from './word-cloud-base-transformer'; export declare class BaseWordCloudChart extends BaseChart { static readonly transformerConstructor: typeof BaseWordCloudChartSpecTransformer; readonly transformerConstructor: typeof BaseWordCloudChartSpecTransformer; readonly type: string; readonly seriesType: string; }