import { BusyIndicator } from "narik-app-core"; export declare class NarikNebularBusyIndicator implements BusyIndicator { busyMessage: string; isBusy: boolean; spinnerStatus: string; setBusy(newState: boolean, msg?: string): void; }