import { r as PickerProps } from "../../interactive-C4bxY0ip.js"; import { t as FlowStrings } from "../../strings-flow-CZ4tjzEl.js"; import { BumpStripProps } from "./index.js"; //#region src/charts/bump-strip/client.d.ts interface InteractiveBumpStripProps extends BumpStripProps, PickerProps { strings?: FlowStrings; /** * Opt-in entrance motion (default `false`): the line draws 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 BumpStrip(props: InteractiveBumpStripProps): React.ReactNode; //#endregion export { BumpStrip, InteractiveBumpStripProps };