import * as i0 from '@angular/core'; import { OnChanges, AfterViewInit, ElementRef, SimpleChanges } from '@angular/core'; import * as i2 from '@angular/common'; declare class WordViewerComponent implements OnChanges, AfterViewInit { /** word文件地址 */ ncUrl: i0.InputSignal; readonly wordContainer: i0.Signal | undefined>; private readonly destroyRef; private readonly renderer; private abortController; private renderVersion; constructor(); ngOnChanges(changes: SimpleChanges): void; ngAfterViewInit(): void; renderWordDocument(): Promise; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class NcWordViewerModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } export { NcWordViewerModule, WordViewerComponent };