import { RangeSelection } from "lexical"; export declare function useCurrentElement(): { element: null; } | { element: import("lexical").LexicalNode | import("lexical").TextNode; }; export declare function getNodeFromSelection(selection: RangeSelection): import("lexical").LexicalNode | import("lexical").TextNode;