import { ElementRef } from '@angular/core'; export declare class ButtonUnFocusDirective { private elementRef; constructor(elementRef: ElementRef); onClick(event: any): void; }