import { TEditor } from '@udecode/slate-plugins-core'; /** * Is the selection focus at the end of its parent block. */ export declare const isSelectionAtBlockEnd: (editor: TEditor) => boolean | undefined; //# sourceMappingURL=isSelectionAtBlockEnd.d.ts.map