export { default as useDeviceOrientation } from './UseDeviceOrientation';
export type { GetScreenResolutionReturnType } from './UseDeviceOrientationUtils';
export {
  getScreenResolution,
  listenOrientationChange,
  removeOrientationListener,
} from './UseDeviceOrientationUtils';
