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