import { TAncestor, TEditor } from '@udecode/slate-plugins-core'; import { EditorAboveOptions } from '../types/Editor.types'; /** * Get node above a location (default: selection). */ export declare const getAbove: = TAncestor>(editor: TEditor, options?: EditorAboveOptions) => import("slate").NodeEntry | undefined; //# sourceMappingURL=getAbove.d.ts.map