import { TEditor, Value } from "../slate/editor/TEditor"; /** * Is the selection expanded. */ export declare const isSelectionExpanded: (editor: TEditor) => boolean; //# sourceMappingURL=isSelectionExpanded.d.ts.map