import { r as PickerProps } from "../../interactive-C4bxY0ip.js"; import { t as QuantileStrings } from "../../strings-quantile-DZDgt6TO.js"; import { n as PercentileLadderProps } from "../../index-aPGy6znH.js"; //#region src/charts/percentile-ladder/client.d.ts interface InteractivePercentileLadderProps extends PercentileLadderProps, PickerProps { strings?: QuantileStrings; /** * Opt-in entrance motion (default `false`): the percentile ticks pop onto * the track in rank order (p50 → p99) on first client-side mount. Inert on * the server and on hydrated server HTML; `prefers-reduced-motion` always * wins. */ animate?: boolean; } declare function PercentileLadder(props: InteractivePercentileLadderProps): React.ReactNode; //#endregion export { InteractivePercentileLadderProps, PercentileLadder };