import { TabComponent } from './tab.component'; export declare class TabsComponent { tabs: TabComponent[]; style: { height: string; }; selectTab(tab: TabComponent): void; setStyle(tabHeight: number): void; addTab(tab: TabComponent): void; indicatorStyle(): { width: string; }; }