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: <N extends import("../slate/node/TAncestor").AncestorOf<TEditor<V>>, V extends Value = Value>(editor: TEditor<V>, options?: GetAboveNodeOptions<V>) => import("..").TNodeEntry<N> | undefined;
//# sourceMappingURL=getBlockAbove.d.ts.map