import { ElementRef } from '@angular/core'; import * as i0 from "@angular/core"; import * as i1 from "@angular/common"; /** * AutoFocus manages focus on focusable element on load. * @group Components */ export declare class AutoFocus { private host; constructor(host: ElementRef); /** * When present, it specifies that the component should automatically get focus on load. * @group Props */ autofocus: boolean; focused: boolean; ngAfterContentChecked(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; static ngAcceptInputType_autofocus: unknown; } export declare class AutoFocusModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; }