import { ElementRef } from '@angular/core';
export declare class BusyIndicatorCircularComponent {
    BusyMessage: any;
    IsBusy: any;
    path: ElementRef;
    ngOnInit(): void;
}
