import { ElementRef } from '@angular/core'; export declare class AutofocusDirective { private elementRef; enabled: boolean; constructor(elementRef: ElementRef); ngAfterViewInit(): void; }