import { OnDestroy, OnInit } from '@angular/core'; import { ActivatedRoute } from '@angular/router'; import { Observable } from 'rxjs'; import { ConfigService } from '@valtimo/shared'; import { ObjectStateService } from '../../services/object-state.service'; import { ObjectService } from '../../services/object.service'; import { TabEnum } from '../../services/tab.enum'; import { TabService } from '../../services/tab.service'; import * as i0 from "@angular/core"; export declare class ObjectDetailContainerComponent implements OnInit, OnDestroy { private readonly objectState; private readonly objectService; private readonly route; private readonly configService; private readonly tabService; currentTab: TabEnum; readonly caseListColumn$: Observable; private tabSubscription; readonly TabEnum: typeof TabEnum; readonly objectManagementId$: Observable; constructor(objectState: ObjectStateService, objectService: ObjectService, route: ActivatedRoute, configService: ConfigService, tabService: TabService); ngOnInit(): void; displayBodyComponent(tab: TabEnum): void; openCurrentTabSubscription(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }