import { BaseHistogramChart, HistogramChartSpecTransformer, type AdaptiveSpec } from '@visactor/vchart'; import type { IHistogram3dChartSpec } from './interface'; export declare class Histogram3dChart extends BaseHistogramChart> { static readonly type: string; static readonly seriesType: string; static readonly transformerConstructor: typeof HistogramChartSpecTransformer; readonly transformerConstructor: typeof HistogramChartSpecTransformer; readonly type: string; readonly seriesType: string; protected _setModelOption(): void; } export declare const registerHistogram3dChart: () => void;