import { OnInit } from '@angular/core'; export declare class TabComponent implements OnInit { title: string; active: boolean; constructor(); ngOnInit(): void; }