import { EventEmitter, OnInit } from '@angular/core'; export declare class NgInit implements OnInit { ngInit: EventEmitter; ngOnInit(): void; }