import { ElementRef, OnInit, AfterViewInit } from '@angular/core';
export declare class NeoAutofocusDirective implements OnInit, AfterViewInit {
    private el;
    neoAutofocus: boolean;
    private subscription;
    constructor(el: ElementRef);
    ngOnInit(): void;
    ngAfterViewInit(): void;
    private setFocus;
}
