import * as react_native from 'react-native'; /** * To support static rendering, this value needs to be re-calculated on the client side for web */ declare function useColorScheme(): react_native.ColorSchemeName; export { useColorScheme };