import { TemplateRef, EventEmitter } from '@angular/core'; import * as i0 from "@angular/core"; export declare class NglTab { templateRef: TemplateRef; id: string; label: string | TemplateRef; activate: EventEmitter; deactivate: EventEmitter; uid: string; private _active; constructor(templateRef: TemplateRef); set active(active: boolean); get active(): boolean; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }