import { ElementRef } from '@angular/core'; export declare class BusyIfDirective { private _element; busyIf: boolean; constructor(_element: ElementRef); refreshState(isBusy: boolean): void; }