import { OnInit } from '@angular/core'; import { Store } from '@ngxs/store'; export declare class LoaderComponent implements OnInit { private store; percent$: import("rxjs/internal/Observable").Observable; currentTime$: import("rxjs/internal/Observable").Observable; constructor(store: Store); ngOnInit(): void; }