/** * A hook for binding events * * @param eventMap - Object with event names as keys and handler functions as values * @param options - Optional addEventListener options * @returns A ref to attach to the target element */ export declare function useEventBinding(eventMap: Record void>, options?: AddEventListenerOptions): import("react").MutableRefObject; //# sourceMappingURL=useBindEvents.d.ts.map