import { type BooleanInput } from '@angular/cdk/coercion'; import { type AfterViewInit } from '@angular/core'; import * as i0 from "@angular/core"; export declare class TuiAutoFocus implements AfterViewInit { private readonly handler; private readonly options; private readonly destroyRef; readonly autoFocus: import("@angular/core").InputSignalWithTransform; ngAfterViewInit(): void; focus(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }