import * as i0 from '@angular/core'; import { OnInit, OnDestroy, EventEmitter, ElementRef } from '@angular/core'; import { Subscription } from 'rxjs'; import * as i3 from '@videogular/ngx-videogular/core'; import { VgApiService, VgFullscreenApiService, IPlayable } from '@videogular/ngx-videogular/core'; import * as i2 from '@angular/common'; declare class VgImaAdsComponent implements OnInit, OnDestroy { API: VgApiService; fsAPI: VgFullscreenApiService; vgFor: string; vgNetwork: string; vgUnitPath: string; vgCompanion: string; vgCompanionSize: number[]; vgAdTagUrl: string; vgSkipButton: string; vgSkipButtonLocale: string; onAdStart: EventEmitter; onAdStop: EventEmitter; onSkipAd: EventEmitter; elem: HTMLElement; target: IPlayable; ima: Ima; isFullscreen: boolean; skipButton: HTMLElement; subscriptions: Subscription[]; displayState: string; constructor(ref: ElementRef, API: VgApiService, fsAPI: VgFullscreenApiService); ngOnInit(): void; onPlayerReady(): void; initializations(): void; loadAds(): void; onUpdateState(event: any): void; requestAds(adTagUrl: string): void; onAdsManagerLoaded(evt: google.ima.AdsManagerLoadedEvent): void; processAdsManager(adsManager: google.ima.AdsManager): void; onSkippableStateChanged(): void; onClickSkip(): void; onContentPauseRequested(): void; onContentResumeRequested(): void; onAdError(evt: any): void; onAllAdsComplete(): void; onAdComplete(): void; show(): void; hide(): void; onContentEnded(): void; onChangeFullscreen(fsState: boolean): void; private onMissingGoogleImaLoader; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class Ima { adDisplayContainer: google.ima.AdDisplayContainer; adsLoader: google.ima.AdsLoader; adsManager: google.ima.AdsManager; adsLoaded: boolean; currentAd: number; constructor(imaAdsElement: HTMLElement, imaSkipButtonLocale: string); } declare class VgImaAdsModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } export { Ima, VgImaAdsComponent, VgImaAdsModule };