import { ElementRef, EventEmitter } from '@angular/core'; import { UmTabBar } from '@universal-material/web'; import * as i0 from "@angular/core"; export declare class TabBarDirective { #private; get activeTabIndex(): number; set activeTabIndex(index: number); activeTabIndexChange: EventEmitter; constructor(elementRef: ElementRef); private ensureCorrectTabIndex; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }