import { ToReact } from './helpers.types'; import { ZWaterfallChart } from '../waterfall-chart'; export type ZrWaterfallChart_Props = ToReact<'WaterfallChart'>; type ZrWaterfallChart_Type = React.ForwardRefExoticComponent & { ref?: React.ForwardedRef; }; /** ### `` * (_for ⚛ React_) * */ declare const Namespace: ZrWaterfallChart_Type; export { Namespace as ZrWaterfallChart };