import { BaseSeriesProps } from './BaseSeries'; import type { IWaterfallSeriesSpec } from '@visactor/vchart'; export type WaterfallProps = BaseSeriesProps & Omit; export declare const Waterfall: import("react").FC & { updateId?: number; componentId?: string; }>;