import { OnInit } from '@angular/core'; import { LinkedCasesService } from '../../linked-cases.service'; import * as i0 from "@angular/core"; interface CaseType { _id: string; name: string; } interface CasePriority { _id: string; name: string; } export declare class CaseContainerComponent implements OnInit { private linkedCasesService; caseDetails: any; feature: any; linkedCases: boolean; userList: any[]; caseTypes: CaseType[]; casePriorities: CasePriority[]; rcList: any[]; categories: any[]; organizationGroups: any[]; riskClasses: { 0: { abbr: string; name: string; }; 1: { abbr: string; name: string; }; 2: { abbr: string; name: string; }; 3: { abbr: string; name: string; }; }; loader: { userList: boolean; organizationGroups: boolean; rcList: boolean; categories: boolean; }; isCasesIvrEnabled: boolean; constructor(linkedCasesService: LinkedCasesService); ngOnInit(): void; getUserList(): void; getOrganizationGroups(): void; getUserDetails(userId: string): any; getCaseCategories(): void; getRCList(): void; getRiskAbbr(riskClass: number | undefined): string | undefined; getRiskName(riskClass: number | undefined): string | undefined; getCaseOwners(caseDetails: string[]): any[]; private filterUsersByIds; private getGroupMembers; private removeDuplicateUsers; getCombinedAssignees(assigneeIds: string[] | undefined, assigneeGroupIds: string[] | undefined, userList: any[], groupList: any[]): any[]; displayAssignees(assigneeIds?: string[], assigneeGroupIds?: string[]): any[]; getAssigneesFromOversights(oversights: { cc_ids?: string[]; cc_failures_ids?: string[]; }): any[]; get overseers(): any[]; get isLoading(): boolean; getFlagStatus(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export {};