import { OnChanges, OnDestroy, OnInit, SimpleChanges } from '@angular/core'; import { VideoSourceOptions } from 'mapbox-gl'; import { MapService } from '../map/map.service'; import * as i0 from "@angular/core"; export declare class VideoSourceComponent implements OnInit, OnDestroy, OnChanges, VideoSourceOptions { private mapService; id: string; urls: VideoSourceOptions['urls']; coordinates: VideoSourceOptions['coordinates']; private sourceAdded; private sub; constructor(mapService: MapService); ngOnInit(): void; ngOnChanges(changes: SimpleChanges): void; ngOnDestroy(): void; private init; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }