declare const useEventListener: (eventName: any, handler: any, element?: Window & typeof globalThis) => void; export default useEventListener;