declare const useEventListener: (ref: any, type: any, listener: Function, ...options: any) => void; export default useEventListener;