import { AfterViewInit, ElementRef, OnInit } from '@angular/core'; import { MatDialogRef } from '@angular/material/dialog'; import * as i0 from "@angular/core"; export declare class PhotoPreviewComponent implements OnInit, AfterViewInit { data: { blobUrl: string; fileName: string; }; private dialogRef; img: ElementRef; constructor(data: { blobUrl: string; fileName: string; }, dialogRef: MatDialogRef); ngAfterViewInit(): void; close(): void; downloadFile(): void; ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDef; static ɵcmp: i0.ɵɵComponentDefWithMeta; } //# sourceMappingURL=photo-preview.component.d.ts.map