import { GetAboveNodeOptions } from "../slate/editor/getAboveNode"; import { TEditor, Value } from "../slate/editor/TEditor"; /** * Get the block above a location (default: selection). */ export declare const getBlockAbove: >, V extends Value = Value>(editor: TEditor, options?: GetAboveNodeOptions) => import("..").TNodeEntry | undefined; //# sourceMappingURL=getBlockAbove.d.ts.map