import { ChangeDetectorRef, OnDestroy, OnInit } from '@angular/core'; import { TrafficService } from '../../services/traffic.service'; import { Router } from '@angular/router'; import { NgbActiveModal } from '@ng-bootstrap/ng-bootstrap'; import * as i0 from "@angular/core"; export declare class ImageDocViewComponent implements OnInit, OnDestroy { private service; private cd; private router; activeModal: NgbActiveModal; Imagedata: any; processType: any; footfallDate: any; storeName: any; storeId: any; headerData: any; imageArray: any; folderName: any; tracker: any; Images: any; itemsPerPage: number; currentPage: number; totalItems: number; paginationSizes: number[]; pageSize: number; dataSubscrptionValue: any; statusValues: any; filteredData: any; objData: any; storeArrayValue: any; constructor(service: TrafficService, cd: ChangeDetectorRef, router: Router, activeModal: NgbActiveModal); ngOnInit(): void; private readonly destroy$; ngOnDestroy(): void; getStoreActive(): void; imageData(type: any): void; staffExpolore(): void; cancel(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }