import type { ElementNode, RangeSelection, TextNode } from 'lexical'; export declare const getSelectedNode: (selection: RangeSelection) => TextNode | ElementNode; //# sourceMappingURL=get-selected-node.d.ts.map