export declare class SelectionService { selection: Range; isIE: boolean; restoreSelection(): void; captureSelection(): void; private putSelection; refreshSelection(): void; }