import * as i0 from '@angular/core'; import { ChangeDetectorRef, AfterContentInit, OnDestroy, EventEmitter, QueryList } from '@angular/core'; declare class TabComponent { label: string; id: string; disabled: boolean; active: boolean; cdr: ChangeDetectorRef; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class TabsComponent implements AfterContentInit, OnDestroy { activeId?: string; hostClass: string; activeIdChange: EventEmitter; tabs: QueryList; private destroy$; private cdr; ngAfterContentInit(): void; ngOnDestroy(): void; ngOnChanges(): void; selectTab(tab: TabComponent): void; private updateActiveTab; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export { TabComponent, TabsComponent };