import * as i0 from '@angular/core';
import { OnInit } from '@angular/core';

declare class NgDocAutofocusDirective implements OnInit {
    private elementRef;
    selectAll: boolean;
    /** Inserted by Angular inject() migration for backwards compatibility */
    constructor(...args: unknown[]);
    ngOnInit(): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<NgDocAutofocusDirective, never>;
    static ɵdir: i0.ɵɵDirectiveDeclaration<NgDocAutofocusDirective, "[ngDocAutofocus]", never, { "selectAll": { "alias": "selectAll"; "required": false; }; }, {}, never, never, true, never>;
}

export { NgDocAutofocusDirective };
