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