import { OnDestroy, OnInit } from '@angular/core'; import { ActivatedRoute } from '@angular/router'; import { Observable } from 'rxjs'; import { ConfigService } from '@valtimo/shared'; import { TabService } from '../../services/tab.service'; import { TabEnum } from '../../services/tab.enum'; import { ObjectManagementService } from '../../services/object-management.service'; import { ObjectManagementStateService } from '../../services/object-management-state.service'; import { PageTitleService } from '@valtimo/components'; import * as i0 from "@angular/core"; export declare class ObjectManagementDetailContainerComponent implements OnInit, OnDestroy { private readonly objectManagementState; private readonly objectManagementService; private readonly route; private readonly configService; private readonly tabService; private readonly pageTitleService; currentTab: TabEnum; readonly caseListColumn$: Observable; private tabSubscription; readonly TabEnum: typeof TabEnum; readonly objectId$: Observable; readonly object$: Observable; constructor(objectManagementState: ObjectManagementStateService, objectManagementService: ObjectManagementService, route: ActivatedRoute, configService: ConfigService, tabService: TabService, pageTitleService: PageTitleService); ngOnInit(): void; displayBodyComponent(tab: TabEnum): void; openCurrentTabSubscription(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }