import { AfterViewInit, ChangeDetectorRef, ElementRef, OnInit } from '@angular/core'; import { SelectedMessageListInterface } from '../../../../constants/app-state'; import { FileService } from '../../../../services/file/file.service'; import { MatDialog } from '@angular/material/dialog'; import * as i0 from "@angular/core"; export declare class DownloadComponent implements OnInit, AfterViewInit { private cd; private dialog; private fileService; private loadingPrivate; private messagePrivate; private subscriptions; scId: number; blobUrl: string; img: ElementRef; set message(value: SelectedMessageListInterface); get message(): SelectedMessageListInterface; set loading(value: boolean); get loading(): boolean; constructor(cd: ChangeDetectorRef, dialog: MatDialog, fileService: FileService); static saveFile(data: any, fileType: string, fileName: string): void; openPicture(): void; downloadFile(fileUrl: any, mimeType: any, name: any): void; ngOnInit(): void; ngAfterViewInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDef; static ɵcmp: i0.ɵɵComponentDefWithMeta; } //# sourceMappingURL=download.component.d.ts.map