import { TEditor } from '@udecode/slate-plugins-core'; /** * Is there empty text after the selection. * If there is no leaf after the selected leaf, return {@link Editor.isEnd}. * Else, check if the next leaves are empty. */ export declare const isBlockTextEmptyAfterSelection: (editor: TEditor) => boolean; //# sourceMappingURL=isBlockTextEmptyAfterSelection.d.ts.map