import { GeolocationProps } from '.';
export interface UseGeolocation extends GeolocationProps {
}
export declare const useGeolocation: (props?: UseGeolocation) => {
    geolocation: AMap.Geolocation | undefined;
    setGeolocation: import("react").Dispatch<import("react").SetStateAction<AMap.Geolocation | undefined>>;
};
