import type { RefObject } from "react"; export declare const useClickOutsideHook: (ref: RefObject, callback: () => void) => void; //# sourceMappingURL=useClickAway.d.ts.map