import { Range } from 'slate'; /** * Is the range in the same single text path. */ export declare const isRangeInSingleText: (at: Range) => boolean; //# sourceMappingURL=isRangeInSingleText.d.ts.map