import { ElementRef, EventEmitter } from '@angular/core'; import * as i0 from "@angular/core"; export declare class ButtonTabComponent { private el; active: boolean; index: number; icon: any; label: string; fgColor: string; collapsed: boolean; styleType: 'bg' | 'underline'; disabled: boolean; clicked: EventEmitter; constructor(el: ElementRef); get width(): number; clickHandler(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }