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