import { OnInit, ElementRef } from '@angular/core'; /** * A utility directive used internally in [InputComponent]{@link InputComponent} to fire code in a template-driven way during the OnInit lifecycle. */ export declare class OnInitDirective implements OnInit { private el; teOnInit: any; constructor(el: ElementRef); ngOnInit(): void; }