import type { Group } from 'three'; interface Context { current: Group | undefined; } /** * Returns XR-scoped origin state for the current `` tree. `current` is the * mounted `` group when present, otherwise `undefined`. */ export declare const useXROrigin: () => Context; export {};