export declare function getOrientation(): "portrait" | "landscape";
export declare function useOrientation(): "portrait" | "landscape";
