import { OnInit, ElementRef } from '@angular/core';
export declare class TextMarkerComponent implements OnInit {
    content: ElementRef;
    styleClass: string;
    inputQuery: any;
    innerHtmlContent: string;
    originalContent: string;
    constructor();
    ngOnInit(): void;
}
