import { BehaviorSubject } from 'rxjs';
import * as i0 from "@angular/core";
export declare class MgmgVideoPlayerService {
    playingVid: BehaviorSubject<any>;
    trackPlayed(player: any): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<MgmgVideoPlayerService, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<MgmgVideoPlayerService>;
}
