import type { SelectionRange } from '../../types';
export declare function getContentEditableSelection(element: HTMLElement): SelectionRange;
