import { ElementRef } from '@angular/core'; export declare class AutoFocusIt { el: ElementRef; constructor(el: ElementRef); ngOnInit(): void; }