declare const useScreenOrientation: () => [OrientationType, number];
export default useScreenOrientation;
