import { TAncestor, TEditor } from '@udecode/slate-plugins-core'; import { Location, NodeEntry } from 'slate'; import { EditorParentOptions } from '../types/Editor.types'; /** * See {@link Editor.parent}. * Returns undefined if there is no parent. */ export declare const getParent: = TAncestor>(editor: TEditor, at: Location, options?: EditorParentOptions | undefined) => NodeEntry | undefined; //# sourceMappingURL=getParent.d.ts.map