import { ElementRef, AfterContentChecked } from '@angular/core'; export declare class FocusDirective implements AfterContentChecked { private elementRef; focus: boolean; private hasFocus; constructor(elementRef: ElementRef); ngAfterContentChecked(): void; }