import { r as PickerProps } from "../../interactive-C4bxY0ip.js"; import { t as DistStrings } from "../../strings-dist-B57yRJFG.js"; import { n as RugStripProps } from "../../index-B5VigWK7.js"; //#region src/charts/rug-strip/client.d.ts interface InteractiveRugStripProps extends RugStripProps, PickerProps { strings?: DistStrings; /** * Opt-in entrance motion (default `false`): the tiers of ticks fade onto the * strip on first client-side mount. Inert on the server and on hydrated * server HTML; `prefers-reduced-motion` always wins. */ animate?: boolean; } declare function RugStrip(props: InteractiveRugStripProps): React.ReactNode; //#endregion export { InteractiveRugStripProps, RugStrip };