import { AfterViewInit, TemplateRef, ViewContainerRef } from '@angular/core'; export declare class TabBodyComponent implements AfterViewInit { content: TemplateRef; bodyContent: ViewContainerRef; ngAfterViewInit(): void; }