import 'react'; import { WaterfallOptions as Options } from '@antv/g2plot/lib/plots/waterfall'; import { BasePlotOptions } from '../createPlot'; interface WaterfallOptions extends Options, BasePlotOptions { } declare const _default: import("react").ForwardRefExoticComponent>; export default _default;