import { RefObject } from 'react';
export declare const useClickOutside: (targetRef: RefObject<Node>, callback: () => void) => void;
