import { ElementRef, NgZone, OnInit } from '@angular/core'; export declare class FormComponent implements OnInit { private _elementRef; private _zone; tabIndex: number; constructor(_elementRef: ElementRef, _zone: NgZone); ngOnInit(): void; /** * Focus the targeted input */ private focus(el); }