import type { ForwardRefExoticComponent, PropsWithoutRef, RefAttributes } from 'react'; import type { WaterfallOptions } from '../../core'; import type { Chart, CommonConfig } from '../../interface'; export type WaterfallConfig = CommonConfig; declare const WaterfallChart: ForwardRefExoticComponent & RefAttributes>; export default WaterfallChart;