export declare const useEventListener: (type: K, listener?: ((this: Window, ev: WindowEventMap[K]) => void) | undefined) => void;