import { OnInit, OnDestroy } from '@angular/core'; import { TabDirective } from './tab.directive'; export declare class TabsetComponent implements OnInit, OnDestroy { class: string; iconTab: boolean; alt: boolean; protected clazz: boolean; tabs: Array; private isDestroyed; private _iconTab; private classMap; ngOnInit(): void; ngOnDestroy(): void; tabClicked(tab: TabDirective): void; selectTab(index: number): void; addTab(tab: TabDirective): void; removeTab(tab: TabDirective): void; private getClosestTabIndex(index); private hasAvailableTabs(index); private setClassMap(); }