import { ElementRef, OnInit } from '@angular/core';
export declare class AutofocusDirective implements OnInit {
    private elementRef;
    constructor(elementRef: ElementRef);
    ngOnInit(): void;
}
