/**
 * Sets the selection range of an HTMLInputElement safely.
 */
export declare function safeSetSelection(element: HTMLInputElement, selectionStart: number, selectionEnd: number): void;
export default safeSetSelection;
