import { r as PickerProps } from "../../interactive-C4bxY0ip.js"; import { o as CategoryStrings } from "../../index-CgMum0ZL.js"; import { DotPlotProps } from "./index.js"; //#region src/charts/dot-plot/client.d.ts interface InteractiveDotPlotProps extends DotPlotProps, PickerProps { strings?: CategoryStrings; /** * Opt-in entrance motion (default `false`): the row dots settle onto the * scale on first client-side mount. Inert on the server and on hydrated * server HTML; `prefers-reduced-motion` always wins. */ animate?: boolean; } declare function DotPlot(props: InteractiveDotPlotProps): React.ReactNode; //#endregion export { DotPlot, InteractiveDotPlotProps };