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