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