import type { MotionValue, MotionValueEventCallbacks } from "framer-motion/dom"; export declare function useMotionValueEvent>(value: MotionValue, event: EventName, callback: MotionValueEventCallbacks[EventName]): VoidFunction;