import type { RangeSelection, LexicalEditor } from 'lexical'; export declare const getLexicalNode: (selection: RangeSelection, editor: LexicalEditor) => { node: import("lexical").LexicalNode; anchorNode: import("lexical").TextNode | import("lexical").ElementNode; elementDOM: HTMLElement | null; }; //# sourceMappingURL=get-lexical-node.d.ts.map