import { r as PickerProps } from "../../interactive-C4bxY0ip.js"; import { a as ABStrings, n as ABStripsProps } from "../../index-CMeWbCtm.js"; //#region src/charts/ab-strips/client.d.ts interface InteractiveABStripsProps extends ABStripsProps, PickerProps { strings?: ABStrings; /** * Opt-in entrance motion (default `false`): the two median dots settle onto * their bands on first client-side mount. Inert on the server and on * hydrated server HTML; `prefers-reduced-motion` always wins. */ animate?: boolean; } declare function ABStrips(props: InteractiveABStripsProps): React.ReactNode; //#endregion export { ABStrips, InteractiveABStripsProps };