import { AfterViewInit, OnInit, TemplateRef } from '@angular/core'; export declare class TabLabelComponent implements OnInit, AfterViewInit { text: any; template: TemplateRef; _templateRef: TemplateRef; private _vcRef; constructor(); ngOnInit(): void; ngAfterViewInit(): void; }