import { RefObject } from '@react-types/shared'; export declare function useEvent(ref: RefObject, event: K | (string & {}), handler?: (this: Document, ev: GlobalEventHandlersEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;