export declare const useNodeIdCallback: (nodeRef: { current?: any; }, onNodeId: (nodeId: string) => void) => void;