import { RefObject } from "react"; declare type RefType = RefObject; export declare const useOutsideClick: (refs: RefType | RefType[], callback: () => void) => void; export {};