import { ElementRef, EventEmitter } from '@angular/core'; import * as i0 from "@angular/core"; export declare class TabComponent { private el; label: string; icon: any; active: boolean; bgColor: string; visibilityStateChanged: EventEmitter; opened: EventEmitter; selected: boolean; constructor(el: ElementRef); getHeight(): string; getWidth(): string; open(): void; close(): void; private updateState; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }