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