import { BaseChart } from '@visactor/vchart'; import { RangeColumn3dChartSpecTransformer } from './chart-spec-transformer'; import type { IRangeColumn3dChartSpec } from './interface'; export declare class RangeColumn3dChart extends BaseChart { static readonly type: string; static readonly seriesType: string; static readonly transformerConstructor: typeof RangeColumn3dChartSpecTransformer; readonly transformerConstructor: typeof RangeColumn3dChartSpecTransformer; readonly type: string; readonly seriesType: string; protected _setModelOption(): void; } export declare const registerRangeColumn3dChart: () => void;