import { ElementRef } from "@angular/core"; export declare class TabLabelDirective { elementRef: ElementRef; disabled: boolean; constructor(elementRef: ElementRef); }