import { OnInit } from '@angular/core'; import { NgbActiveModal } from '@ng-bootstrap/ng-bootstrap'; import { TrafficService } from '../../services/traffic.service'; import { ToastService } from 'tango-app-ui-shared'; import * as i0 from "@angular/core"; export declare class DuplicateComponent implements OnInit { private activeModal; private service; private toaster; inputData: any; originalData: any; selectedTempId: any; alreadyTagged: boolean; selectedTime: any; description: any; objectsArray: any; checkedIndexes: boolean[]; images: any; selectedData: any; constructor(activeModal: NgbActiveModal, service: TrafficService, toaster: ToastService); private readonly destroy$; ngOnInit(): void; isChecked(data: any): boolean; initialDataLoad(): void; toggleCheck(data: any): void; selectedTimes(obj: any): void; onSubmit(): void; cancel(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }