import React from 'react';
import type { IHistogram3dChartSpec } from '@visactor/vchart-extension';
export declare const Histogram3dChart: React.ForwardRefExoticComponent<Omit<import("../typings/IChartProps").IVChartProps<IHistogram3dChartSpec>, "chartConstructor"> & React.RefAttributes<any>>;