import { OnInit, TemplateRef } from '@angular/core'; import { ImageOption } from './image-preview.type'; export declare class ImagePreviewLibComponent implements OnInit { images: string | ImageOption | ImageOption[]; pureImg: TemplateRef; constructor(); ngOnInit(): void; preview(event: MouseEvent): void; }