import { OnChanges, OnDestroy, OnInit, SimpleChanges } from '@angular/core'; import { VectorSource } from 'mapbox-gl'; import { MapService } from '../map/map.service'; import * as i0 from "@angular/core"; export declare class VectorSourceComponent implements OnInit, OnDestroy, OnChanges, VectorSource { private mapService; id: string; url?: VectorSource['url']; tiles?: VectorSource['tiles']; bounds?: VectorSource['bounds']; scheme?: VectorSource['scheme']; minzoom?: VectorSource['minzoom']; maxzoom?: VectorSource['maxzoom']; attribution?: VectorSource['attribution']; promoteId?: VectorSource['promoteId']; type: VectorSource['type']; 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; }