import { OnInit, OnDestroy } from '@angular/core'; import { IdService } from '../../../shared/services/id.service'; export declare class TabContentComponent implements OnInit, OnDestroy { private idService; id: string; name: number | string; disabled: boolean; hasTransition: boolean; index: number; isActive: boolean; constructor(idService: IdService); ngOnInit(): void; ngOnDestroy(): void; }