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