import { OnInit } from '@angular/core'; export declare class TitleHeadComponent implements OnInit { module: string; component: string; bandeja: any; constructor(); ngOnInit(): void; }