import { ElementRef } from "@angular/core"; export declare class FocusDirective { private element; focus: boolean; constructor(element: ElementRef); protected ngOnChanges(): void; }