import { r as PickerProps } from "../../interactive-C4bxY0ip.js"; import { n as NetFlowProps, o as NetFlowStrings } from "../../index-skEQY_gR.js"; //#region src/charts/net-flow/client.d.ts interface InteractiveNetFlowProps extends NetFlowProps, PickerProps { strings?: NetFlowStrings; /** * Opt-in entrance motion (default `false`): the flow areas wipe on 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 NetFlow(props: InteractiveNetFlowProps): React.ReactNode; //#endregion export { InteractiveNetFlowProps, NetFlow };