export declare function useOrientation(): {
    angle: number;
    type: string;
};
