import { r as PickerProps } from "../../interactive-C4bxY0ip.js"; import { n as BiasStripProps } from "../../index-CC1O02MY.js"; //#region src/charts/bias-strip/client.d.ts interface InteractiveBiasStripProps extends BiasStripProps, PickerProps { /** * Opt-in entrance motion (default `false`): the pair dots settle onto the * plot on first client-side mount. Inert on the server and on hydrated * server HTML; `prefers-reduced-motion` always wins. */ animate?: boolean; } declare function BiasStrip(props: InteractiveBiasStripProps): React.ReactNode; //#endregion export { BiasStrip, InteractiveBiasStripProps };