import { AfterContentInit, ElementRef } from '@angular/core';
import * as i0 from "@angular/core";
export declare class AutofocusDirective implements AfterContentInit {
    private el;
    autoFocus: boolean;
    constructor(el: ElementRef);
    ngAfterContentInit(): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<AutofocusDirective, never>;
    static ɵdir: i0.ɵɵDirectiveDeclaration<AutofocusDirective, "[autoFocus]", never, { "autoFocus": { "alias": "autoFocus"; "required": false; }; }, {}, never, never, false, never>;
}
