import type { AdaptiveSpec } from '@visactor/vchart'; import { BarChart } from '@visactor/vchart'; import { Bar3dChartSpecTransformer } from './chart-spec-transformer'; import type { IBar3dChartSpec } from './interface'; export declare class Bar3dChart extends BarChart> { static readonly type: string; static readonly seriesType: string; static readonly transformerConstructor: typeof Bar3dChartSpecTransformer; readonly transformerConstructor: typeof Bar3dChartSpecTransformer; readonly type: string; readonly seriesType: string; } export declare const registerBar3dChart: () => void;