import React from "react"; import { Handler } from "./types"; declare const useTreeModal: (modal: React.ReactNode, closeOnOverlayClick?: boolean, updateOnPropsChange?: boolean, modalId?: string) => [Handler, Handler]; export default useTreeModal;