import { OnInit } from '@angular/core'; import { ElementRef } from '@angular/core'; export declare class ImgViewerComponent implements OnInit { private elementRef; images: any; maxScrollHorizontal: number; minScrollHorizontal: number; scrollPos: number; constructor(elementRef: ElementRef); ngOnInit(): void; next(): void; prev(): void; private getimageAt(x, y); private initScrollRanges(); onResize(): void; }