import { ElementRef, AfterViewInit } from "@angular/core"; import { SlInput, SlTextarea } from "@shoelace-style/shoelace"; import { SubscribableDirective } from "ngx-subscribable"; import * as i0 from "@angular/core"; export declare class AutofocusDirective extends SubscribableDirective implements AfterViewInit { private hostRef; constructor(hostRef: ElementRef); ngAfterViewInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }