import { Router } from "@angular/router"; import { ToastrService } from 'ngx-toastr'; import { DeploymentsService } from "../../services/deployments/deployments.service"; import { ToastMessageService } from "../../services/toastr/toast-message.service"; import * as i0 from "@angular/core"; export declare class AddDeploymentComponent { private router; private deploymentsService; private toastr; private toastService; constructor(router: Router, deploymentsService: DeploymentsService, toastr: ToastrService, toastService: ToastMessageService); totalSize: any; fileSize: any; fileAllowed: any; multiple: boolean; attachments: any; selectedFile: File | null; handleFileTypeNotAllowed(fileType: string): void; handleFileSize(fileType: string): void; handleFinalArray(fileType: any[]): void; deleteFiles(event: any): void; cancel(): void; submit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }