/**
* Get the rectangle for the selection in a container.
*
* @param {Window} win The window of the selection.
*
* @return {DOMRect | null} The rectangle.
*/exportdefaultfunctioncomputeCaretRect(win: Window): DOMRect | null;
//# sourceMappingURL=compute-caret-rect.d.ts.map