import { RefObject } from "react"; export declare function useOnClickOutside( node: RefObject, handler: undefined | (() => void) ): void;