import { MutableRefObject } from 'react'; export declare const useClickOutside: (onOutside: () => void) => MutableRefObject;