import { Range } from 'slate'; import { CaretPosition, SelectionRect } from '../types'; /** * Get the caret position of a range from selectionRects. */ export declare const getCaretPosition: (selectionRects: SelectionRect[], range: Range) => CaretPosition | null; //# sourceMappingURL=getCaretPosition.d.ts.map