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