import * as i0 from '@angular/core'; import { OnChanges, SimpleChanges } from '@angular/core'; import * as i2 from '@angular/common'; declare class ExcelViewerComponent implements OnChanges { /** excel文件地址 */ ncUrl: i0.InputSignal; /** 是否显示工作表名称 */ ncSheetName: i0.InputSignalWithTransform; readonly html: i0.WritableSignal; private readonly destroyRef; private abortController; constructor(); ngOnChanges(changes: SimpleChanges): void; renderExcelDocument(): Promise; private escapeHtml; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class NcExcelViewerModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } export { ExcelViewerComponent, NcExcelViewerModule };