import type React from 'react'; import type { IWaterfallChartSpec } from '@visactor/vchart'; import type { BaseChartProps } from './BaseChart'; export interface WaterfallChartProps extends Omit, Omit, 'type'> { } export declare const WaterfallChart: React.ForwardRefExoticComponent>;