import { ColorSchemeName } from 'react-native'; import { SupportedThemes } from '../types'; export declare const detectTheme: (colorScheme: ColorSchemeName, nextTheme?: SupportedThemes) => Exclude; //# sourceMappingURL=detect-theme.d.ts.map