import React from 'react';
import type { IWaterfallChartSpec } from '@visactor/vchart';
export declare const WaterfallChart: React.ForwardRefExoticComponent<Omit<import("../typings/IChartProps").IVChartProps<IWaterfallChartSpec>, "chartConstructor"> & React.RefAttributes<any>>;