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