type Orientation = "portrait" | "landscape"; export declare const useOrientation: () => Orientation; export {};