import { OnInit } from '@angular/core'; export declare class WebsiteDetailedTabsComponent implements OnInit { identifier: any; data: any; module: any; active: number; constructor(); ngOnInit(): void; }