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