import { ElementRef } from '@angular/core'; export declare class UBXTabsTabComponent { el: ElementRef; label: string; active: boolean; constructor(el: ElementRef); }