import { NodeEntry } from 'slate'; import type { DTRNode, RichTextEditor, TextNodeType, _RichTextLink } from '../../../text-editor/types'; export declare const getNodeData: (editor: RichTextEditor, type: TextNodeType) => NodeEntry<_RichTextLink | DTRNode> | undefined;