import { Editor } from 'slate'; import { GetAboveBlockOptions } from './getAboveBlock'; export declare type IsAboveBlockEmptyOptions = GetAboveBlockOptions; /** * Is the block above the selection empty. */ export declare function isAboveBlockEmpty(editor: Editor, options?: IsAboveBlockEmptyOptions): boolean;