export interface IHighlightConfig {
    element: HTMLElement;
    text: string;
    color: string;
}