import { AfterViewInit, Renderer2, OnInit } from "@angular/core"; import { ViewerService } from "../image-viewer/viewer.service"; import * as i0 from "@angular/core"; export declare class ImageComponent implements OnInit, AfterViewInit { private renderer; viewerService: ViewerService; full: string; thumb: string; path: string; containImage: boolean; size: string; alt: string; loaded: boolean; showFull: boolean; showThumb: boolean; removeThumb: boolean; lazyLoading: boolean; viewerId: number; fullImage: any; constructor(renderer: Renderer2, viewerService: ViewerService); ngOnInit(): void; ngAfterViewInit(): void; showViewer(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }