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