import { ElementRef, OnChanges, SimpleChanges } from '@angular/core'; import * as i0 from "@angular/core"; export declare class TxtViewerComponent implements OnChanges { private eleRef; /** txt文件地址 */ ncUrl: string; constructor(eleRef: ElementRef); ngOnChanges(changes: SimpleChanges): void; renderTextDocument(): Promise; private escapeHtml; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }