/**
 * Copyright (c) Meta Platforms, Inc. and affiliates.
 *
 * This source code is licensed under the MIT license found in the
 * LICENSE file in the root directory of this source tree.
 *
 * @generated SignedSource<<cb5bb2856c1b1229448ac5552c16e21e>>
 *
 * This file was translated from Flow by scripts/js-api/build-types/index.js.
 * Original file: packages/react-native/Libraries/Utilities/DeviceInfo.js
 */

export type { DeviceInfoConstants } from "./NativeDeviceInfo";
import NativeDeviceInfo from "./NativeDeviceInfo";
declare const $$DeviceInfo: typeof NativeDeviceInfo;
declare type $$DeviceInfo = typeof $$DeviceInfo;
export default $$DeviceInfo;
