import * as i0 from '@angular/core'; import { OnInit, OnDestroy, ElementRef } from '@angular/core'; import { Subscription } from 'rxjs'; import * as i3 from '@videogular/ngx-videogular/core'; import { VgApiService, VgFullscreenApiService, VgControlsHiddenService } from '@videogular/ngx-videogular/core'; import * as i2 from '@angular/common'; declare class VgOverlayPlayComponent implements OnInit, OnDestroy { API: VgApiService; fsAPI: VgFullscreenApiService; private controlsHidden; vgFor: string; vgSkipIfControlsHidden: boolean; vgSkipIfControlsHiddenDelay: number; elem: HTMLElement; target: any; isNativeFullscreen: boolean; areControlsHidden: boolean; areControlsHiddenChangeTime: number; subscriptions: Subscription[]; isBuffering: boolean; constructor(ref: ElementRef, API: VgApiService, fsAPI: VgFullscreenApiService, controlsHidden: VgControlsHiddenService); ngOnInit(): void; onPlayerReady(): void; onUpdateBuffer(isBuffering: any): void; onChangeFullscreen(fsState: boolean): void; onHideControls(hidden: boolean): void; onClick(): void; getState(): string; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class VgOverlayPlayModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } export { VgOverlayPlayComponent, VgOverlayPlayModule };