import React from 'react'; export declare function useEventListener(eventName: string, handler: (e: Event) => any, element?: React.RefObject): void;