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