import { QueryList, AfterContentInit } from "@angular/core"; import { TabComponent } from "./tab/tab.component"; import * as i0 from "@angular/core"; export declare class TabsComponent implements AfterContentInit { tabs: QueryList; constructor(); ngAfterContentInit(): void; selectTab(tab: TabComponent): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }