import { OnInit } from '@angular/core'; import { MatDialogRef } from '@angular/material'; import { IcsToastService } from '@varmasagi/ics-toast'; import { IcsDialogService } from '@varmasagi/ics-dialog'; import { IcsDriveService } from '../ics-drive.service'; export declare class ImagePopupComponent implements OnInit { dialogRef: MatDialogRef; private icsDialogService; uploadService: IcsDriveService; private toastService; data: any; imgBaseUrl: string; imageID: string; fileId: string; fileLocation: any; responseFiles: any; imageDesc: any; currImgLoc: string; currImgName: string; currImgId: number; thumbShow: boolean; filetypeimage: any; constructor(dialogRef: MatDialogRef, icsDialogService: IcsDialogService, uploadService: IcsDriveService, toastService: IcsToastService, data: any); delete(): void; ngOnInit(): void; showThisthumb(fileLoc: any, fileName: any, fileid: any): void; getFileExt(args: string): void; }