import { ElementRef, OnInit, OnDestroy } from '@angular/core'; import { Subscription } from 'rxjs'; import { VgApiService } from '@49ing/ngx-videogular/core'; import * as i0 from "@angular/core"; export declare class VgPlayPauseComponent implements OnInit, OnDestroy { API: VgApiService; vgFor: string; elem: HTMLElement; target: any; subscriptions: Subscription[]; ariaValue: string; constructor(ref: ElementRef, API: VgApiService); ngOnInit(): void; onPlayerReady(): void; onClick(): void; onKeyDown(event: KeyboardEvent): void; playPause(): void; getState(): string; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }