import type { SelectionRange } from '../../types'; export declare function setContentEditableSelection(element: HTMLElement, [from, to]: SelectionRange): void;