import type React from 'react'; import type { IBar3dChartSpec } from '@visactor/vchart-extension'; import type { BaseChartProps } from './BaseChart'; export interface Bar3dChartProps extends Omit, Omit, 'type'> { } export declare const Bar3dChart: React.ForwardRefExoticComponent>;