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 VgScrubBarCurrentTimeComponent implements OnInit, OnDestroy { API: VgApiService; vgFor: string; vgSlider: boolean; livePosition: number; isWebRTC: boolean; elem: HTMLElement; target: any; subscriptions: Subscription[]; constructor(ref: ElementRef, API: VgApiService); ngOnInit(): void; onPlayerReady(): void; protected getTotalTime(): any; isLiveTime(): boolean; /** * In case of WebRTC return 100% */ getPercentage(): string; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }