/// declare const useDropCompTree: ({ type, _component, containerId, addExpandedKey, }: { type: 'container' | 'node'; _component: any; containerId: string; addExpandedKey: (id: string) => void; }) => { isOverCurrent: boolean; drop: import("react-dnd").ConnectDropTarget; nodeRef: import("react").MutableRefObject; }; export default useDropCompTree;