import { GeolocationControlProps } from './';
export interface UseGeolocationControl extends GeolocationControlProps {
}
export declare function useGeolocationControl(props?: UseGeolocationControl): {
    geolocationControl: BMap.GeolocationControl | undefined;
    setGeolocationControl: import("react").Dispatch<import("react").SetStateAction<BMap.GeolocationControl | undefined>>;
};
