/**
 * Flowtype definitions for detect-theme
 * Generated by Flowgen from a Typescript Definition
 * Flowgen v1.21.0
 */

import { ColorSchemeName } from "react-native";
import { SupportedThemes } from "../types";
declare export var detectTheme: (
  colorScheme: ColorSchemeName,
  nextTheme?: SupportedThemes
) => Exclude<SupportedThemes, "system">;
