import type { AdaptiveSpec } from '@visactor/vchart'; import { BaseChart, FunnelChartSpecTransformer } from '@visactor/vchart'; import type { IFunnel3dChartSpec } from './interface'; export declare class Funnel3dChart extends BaseChart> { static readonly type: string; static readonly seriesType: string; static readonly transformerConstructor: typeof FunnelChartSpecTransformer; readonly transformerConstructor: typeof FunnelChartSpecTransformer; readonly type: string; readonly seriesType: string; } export declare const registerFunnel3dChart: () => void;