import { RefObject } from "react"; export declare const useClickOutsideListener: (ref: RefObject, handler: any) => void;