export declare function useOrientation(): { angle: number; type: OrientationType; landscapeSide: "right" | "left" | "none"; isLandscape: boolean; };