/// <reference types="react" />
import { RootCloseOptions } from 'react-overlays/useRootClose';
declare function useRootClose(onRootClose: (e: Event) => void, options: RootCloseOptions): import("react").RefObject<HTMLDivElement>;
export default useRootClose;
