import { Control } from 'ol/control';
import { type Map } from 'ol';
import type { MTGeolocationOptions } from '../../../ts';
export declare function createGeolocationControl(map: Map, geolocationOptions: MTGeolocationOptions): Control;
