import { r as PickerProps } from "../../interactive-C4bxY0ip.js"; import { i as ControlStrings, n as ControlStripProps } from "../../index-DnloKaqv.js"; //#region src/charts/control-strip/client.d.ts interface InteractiveControlStripProps extends ControlStripProps, PickerProps { strings?: ControlStrings; /** * Opt-in entrance motion (default `false`): the process line draws on first * client-side mount. Inert on the server and on hydrated server HTML; * `prefers-reduced-motion` always wins. */ animate?: boolean; } declare function ControlStrip(props: InteractiveControlStripProps): React.ReactNode; //#endregion export { ControlStrip, InteractiveControlStripProps };