import { r as PickerProps } from "../../interactive-C4bxY0ip.js"; import { a as QuadrantStrings, n as QuadrantDotProps } from "../../index-CVx6Ynh8.js"; //#region src/charts/quadrant-dot/client.d.ts interface InteractiveQuadrantDotProps extends QuadrantDotProps, PickerProps { strings?: QuadrantStrings; /** * Opt-in entrance motion (default `false`): the focal dot and its peer * field settle into place on first client-side mount. Inert on the server * and on hydrated server HTML; `prefers-reduced-motion` always wins. */ animate?: boolean; } declare function QuadrantDot(props: InteractiveQuadrantDotProps): React.ReactNode; //#endregion export { InteractiveQuadrantDotProps, QuadrantDot };