import { OnInit, TemplateRef } from "@angular/core"; export declare class TabBodyComponent implements OnInit { content: TemplateRef; active: boolean; constructor(); ngOnInit(): void; }