export declare function useListener(type: K, listener: (e: HTMLElementEventMap[K]) => any, target?: Window | HTMLElement): void;