import { AfterContentInit, EventEmitter, QueryList } from '@angular/core'; import { TabComponent } from "./tab/tab.component"; import * as i0 from "@angular/core"; export declare class TabGroupComponent implements AfterContentInit { active: any; activeChange: EventEmitter; tabs: QueryList; ngAfterContentInit(): void; onTabChange(tab: TabComponent): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }