import { ElementRef, OnChanges, SimpleChanges } from '@angular/core'; export declare class SetFocusDirective implements OnChanges { private hostElement; isFocused: boolean; constructor(hostElement: ElementRef); ngOnChanges(changes: SimpleChanges): void; }