import { OnInit } from '@angular/core'; import { MatDialogRef } from '@angular/material/dialog'; export declare class ScImagePreviewDialogComponent implements OnInit { dialogRef: MatDialogRef; data: { urls: [string]; startIndex: number; }; galleryOptions: { width: string; height: string; thumbnailsColumns: number; imageAnimation: string; previewFullscreen: boolean; preview: boolean; imagePercent: number; startIndex: number; imageSize: string; thumbnails: boolean; imageSwipe: boolean; thumbnailSize: string; imageArrows: boolean; imageInfinityMove: boolean; }[]; constructor(dialogRef: MatDialogRef, data: { urls: [string]; startIndex: number; }); ngOnInit(): void; } //# sourceMappingURL=sc-image-preview-dialog.component.d.ts.map