import { Type } from '@angular/core'; interface CaseManagementTabConfig { translationKey: string; component: Type; } export { CaseManagementTabConfig }; //# sourceMappingURL=case-management-tab.model.d.ts.map