/**
 * Backward-compatible selection.
 *
 * Handles input elements and contenteditable if it only contains a single text node.
 */
export declare function setSelectionRange(element: Element, anchorOffset: number, focusOffset: number): void;
