import { ElementRef } from '@angular/core'; export declare class AutofocusDirective { private host; autofocus: any; constructor(host: ElementRef); }