export declare const useHtmlElementEventListener: (element: HTMLElement | Document | undefined, type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any) => void;