type OrientationState = {
    alpha: number | null;
    beta: number | null;
    gamma: number | null;
    absolute: boolean | null;
};
export declare function useDeviceOrientation(): OrientationState;
export {};
