import { OnInit } from '@angular/core'; export declare class TabContentComponent implements OnInit { readonly className: string; constructor(); ngOnInit(): void; }