import { OnInit } from '@angular/core'; export declare class PlayBtnComponent implements OnInit { isPlaying: boolean; constructor(); ngOnInit(): void; }