import { ElementRef, OnInit } from '@angular/core';
import * as i0 from "@angular/core";
export declare class NgDocAutofocusDirective implements OnInit {
    private elementRef;
    selectAll: boolean;
    constructor(elementRef: ElementRef<HTMLElement>);
    ngOnInit(): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<NgDocAutofocusDirective, never>;
    static ɵdir: i0.ɵɵDirectiveDeclaration<NgDocAutofocusDirective, "[ngDocAutofocus]", never, { "selectAll": { "alias": "selectAll"; "required": false; }; }, {}, never, never, true, never>;
}
