declare const useEventListener: (eventName: any, handler: any, element: any) => void;
export default useEventListener;
