import { OnInit, TemplateRef } from '@angular/core'; export declare class TabComponent implements OnInit { /** The label text to be rendered. */ label: string; _implicitContent: TemplateRef; private _templateRef; ngOnInit(): void; get content(): TemplateRef | null; }