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