export declare const useGeolocationContinuous: () => { location: { latitude: number; longitude: number; } | null; error: string | null; loading: boolean; stop: () => void; };