import { EventEmitter, OnInit } from '@angular/core'; import { LinkedCasesService } from '../../linked-cases.service'; import { SnackBarService } from '../../ui-kit/snack-bar/snack-bar.service'; import * as i0 from "@angular/core"; export declare class CaseListContainerComponent implements OnInit { private linkedCasesService; private snackbar; currentOpenCaseId: string; caseDetails: any; caseList: any; isLoading: boolean; caseListLoading: boolean; isIVREnabled: boolean; ASSIGN_WORKFLOW: { key: string; label: string; icon: string; }; caseId: string; feature: any; linkedCases: boolean; linkedCaseIds: string[]; assignToWorkflow: EventEmitter; onClose: EventEmitter; constructor(linkedCasesService: LinkedCasesService, snackbar: SnackBarService); ngOnInit(): void; getCaseList(): void; getCaseDetails(caseId: string): void; closeDialog(): void; openIssue(caseId: string): void; onAssignToWorkflow(): void; getFlagStatus(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }