import { TEditor } from '@udecode/slate-plugins-core'; import { EditorAboveOptions } from '../types/Editor.types'; /** * Get the range from the start of the block above a location (default: selection) to the location. */ export declare const getRangeFromBlockStart: (editor: TEditor, options?: Omit) => { anchor: import("slate").BasePoint; focus: import("slate").BasePoint; } | undefined; //# sourceMappingURL=getRangeFromBlockStart.d.ts.map