import type { Location } from '../types/Location'; /** * React hook that provides the latest location from Tracelet. * Returns `null` until the first location event arrives. */ export declare function useLocation(): Location | null; //# sourceMappingURL=useLocation.d.ts.map