import { WaterfallOptions as G2plotWaterfallProps } from '@antv/g2plot'; import React from 'react'; import { ChartProps } from "../../utils/types/ChartProps"; export declare type WaterfallProps = Omit, 'label'>; declare type Waterfall = (props: WaterfallProps) => React.ReactElement | null; export declare const Waterfall: Waterfall; export {};