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