import { OnInit, TemplateRef } from "@angular/core"; export declare class TabItemComponent implements OnInit { label: string | TemplateRef; disabled: boolean; content: TemplateRef; title: TemplateRef; constructor(); ngOnInit(): void; }