import { r as PickerProps } from "../../interactive-C4bxY0ip.js"; import { i as QuantileDotsStrings, n as QuantileDotsProps } from "../../index-H8sld9G4.js"; //#region src/charts/quantile-dots/client.d.ts interface InteractiveQuantileDotsProps extends QuantileDotsProps, PickerProps { strings?: QuantileDotsStrings; /** * Opt-in entrance motion (default `false`): the quantile dots pop into * their columns in order on first client-side mount. Inert on the server * and on hydrated server HTML; `prefers-reduced-motion` always wins. */ animate?: boolean; } declare function QuantileDots(props: InteractiveQuantileDotsProps): React.ReactNode; //#endregion export { InteractiveQuantileDotsProps, QuantileDots };