A hook that returns a function that removes the lexical node from the editor.
Signature:
export declare function useLexicalNodeRemove(): () => void;
Returns:
() => void