import { cn } from "heroui-native"; export { cn }; export enum THEMES { light = "light", dark = "dark", system = "system", } export const OVERLAY_STYLE = { backgroundColor: "rgba(0, 0, 0, 0.5)" } as const;