export default class Highlighter { private readonly overlay; private readonly overlayContent; private readonly content; constructor(content: HTMLElement[]); highlight(el: HTMLElement, noContent?: boolean): void; unHighlight(): void; private _showOverlay; }