import { ElementRef, OnChanges, SimpleChanges } from '@angular/core'; import { TabsService } from './tabs.service'; import * as i0 from "@angular/core"; export declare class TabDirective implements OnChanges { elRef: ElementRef; private _tabsService; isActive: boolean; role: string; tabindex: number; constructor(elRef: ElementRef, _tabsService: TabsService); ngOnChanges(changes: SimpleChanges): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }