import { TEditor } from '@udecode/slate-plugins-core'; /** * Is the block above the selection empty. */ export declare const isBlockAboveEmpty: (editor: TEditor) => boolean; //# sourceMappingURL=isBlockAboveEmpty.d.ts.map