import * as React from 'react'; export declare const useClickOutside: (node: React.MutableRefObject, cb: () => void) => void;