import { ElementRef } from '@angular/core'; import * as i0 from "@angular/core"; export declare class AutofocusDirective { private host; /** * Using manual focus to override native autofocus behavior. * Native autofocus does not work in iFrame. */ get autofocus(): boolean; set autofocus(value: boolean); /** * Custom autofocus. */ smeAutofocus: boolean; private internalAutofocusable; constructor(host: ElementRef); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }