import { BehaviorSubject } from 'rxjs'; export declare class LoadingOverlayService { isLoading$: BehaviorSubject; isLoading: boolean; }