import { QueryList, AfterContentInit } from '@angular/core'; import { ChTabComponent } from './tab.component'; export declare class ChTabsComponent implements AfterContentInit { activeTab: string; tabs: QueryList; constructor(); ngAfterContentInit(): void; onSelect(id: string): void; }