import { ChangeDetectorRef, OnInit } from "@angular/core"; import { LiveGridComponent, LiveGridOptions } from "codefoxlivegrid"; import { CfDialog } from "codefoxui"; import { ElectronService } from "../../services"; import { FileDownload, FileDownloadReport } from "../../interfaces"; import * as i0 from "@angular/core"; export declare class FiledownloadmodalComponent extends CfDialog implements OnInit { cdr: ChangeDetectorRef; electronService: ElectronService; guid: string; filesToDownload: FileDownload[]; fileDownloadReports: FileDownloadReport[]; completed: boolean; fileDownloadReportLiveGridOptions: LiveGridOptions; fileDownloadReportLiveGrid: LiveGridComponent | undefined; get hasExtra(): boolean; ngOnInit(): void; reportProgress(fileDownloadReport: FileDownloadReport): void; constructor(); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }