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