import { AfterContentInit, EventEmitter } from '@angular/core'; import { FitBoundsOptions, GeolocateControl } from 'mapbox-gl'; import { MapService } from '../map/map.service'; import { ControlComponent } from './control.component'; import { Position } from '../map/map.types'; import * as i0 from "@angular/core"; export declare class GeolocateControlDirective implements AfterContentInit { private mapService; private controlComponent; positionOptions?: PositionOptions; fitBoundsOptions?: FitBoundsOptions; trackUserLocation?: boolean; showUserLocation?: boolean; geolocate: EventEmitter; constructor(mapService: MapService, controlComponent: ControlComponent); ngAfterContentInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }