import { Path } from 'slate'; import type { DTRSettings, RichTextEditor } from '../../../text-editor/types'; export declare const getDTRNodeData: (editor: RichTextEditor) => DTRSettings & { path?: Path; };