import { r as PickerProps } from "../../interactive-C4bxY0ip.js"; import { t as FlowStrings } from "../../strings-flow-CZ4tjzEl.js"; import { WaterfallProps } from "./index.js"; //#region src/charts/waterfall/client.d.ts interface InteractiveWaterfallProps extends WaterfallProps, PickerProps { strings?: FlowStrings; /** * Opt-in entrance motion (default `false`): the sequence of steps reveals * left-to-right when the chart first mounts client-side. Inert on the * server and on hydrated server HTML; `prefers-reduced-motion` always wins. */ animate?: boolean; } declare function Waterfall(props: InteractiveWaterfallProps): React.ReactNode; //#endregion export { InteractiveWaterfallProps, Waterfall };