import type { IImageCloudChartSpec } from './interface'; import { ImageCloudChartSpecTransformer } from './image-cloud-transformer'; import { BaseChart } from '@visactor/vchart'; export declare class ImageCloudChart extends BaseChart { static readonly type: string; static readonly seriesType: string; static readonly transformerConstructor: typeof ImageCloudChartSpecTransformer; readonly transformerConstructor: typeof ImageCloudChartSpecTransformer; readonly type: string; readonly seriesType: string; } export declare const registerImageCloudChart: () => void;