import { AfterContentInit, ElementRef } from '@angular/core'; /** * Handles auto-focusing the element that this directive is attached to. */ export declare class AutofocusDirective implements AfterContentInit { private el; constructor(el: ElementRef); ngAfterContentInit(): void; }