import { Subject } from 'rxjs'; export declare class SocLoadingService { spinnerObservable: Subject; constructor(); show(): void; hide(): void; }