/** * Credit goes to `framer-motion` of this useful utilities. * License can be found here: https://github.com/framer/motion */ import { EventListenerWithPointInfo } from "@hakuna-matata-ui/utils"; import { EventListenerEnv } from "./use-event-listener"; /** * @internal */ export declare function usePointerEvent(env: EventListenerEnv, eventName: string, handler: EventListenerWithPointInfo, options?: AddEventListenerOptions): () => void; //# sourceMappingURL=use-pointer-event.d.ts.map