/** * Something about the Selection/Range API in browsers. * If you want to use Highlighter in some old browsers, you may use a polyfill. * https://caniuse.com/#search=selection */ export declare const getDomRange: () => Range; export declare const removeSelection: () => void;