import { r as PickerProps } from "../../interactive-C4bxY0ip.js"; import { t as QuantileStrings } from "../../strings-quantile-DZDgt6TO.js"; import { n as BenchmarkStripProps } from "../../index-BKvTCeKY.js"; //#region src/charts/benchmark-strip/client.d.ts interface InteractiveBenchmarkStripProps extends BenchmarkStripProps, PickerProps { strings?: QuantileStrings; /** * Opt-in entrance motion (default `false`): the focal dot settles onto the * band on first client-side mount. Inert on the server and on hydrated * server HTML; `prefers-reduced-motion` always wins. */ animate?: boolean; } declare function BenchmarkStrip(props: InteractiveBenchmarkStripProps): React.ReactNode; //#endregion export { BenchmarkStrip, InteractiveBenchmarkStripProps };