import { Store } from "@ngrx/store"; import { IAppState } from "../../../store/state/app.state"; import { Subscription } from "rxjs"; import * as i0 from "@angular/core"; export declare class CowingLoadingWindowComponent { private _store; hidden: boolean; loading$: import("rxjs").Observable; subscription: Subscription; constructor(_store: Store); ngOnInit(): void; get getLoadingIcon(): string; static ɵfac: i0.ɵɵFactoryDef; static ɵcmp: i0.ɵɵComponentDefWithMeta; }