import { SnackBarService } from '../../../ui-kit/snack-bar/snack-bar.service'; import { LinkedCasesService } from '../../../linked-cases.service'; import { Configurations } from '../../../configuration'; import * as i0 from "@angular/core"; export declare class SupportDocumentsComponent { private snackbarService; private linkedCasesService; env: any; imgUrl: string; supportDocuments: any[]; constructor(snackbarService: SnackBarService, linkedCasesService: LinkedCasesService, config?: Configurations); downloadFile(file: any): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }