import { cn } from "heroui-native"; export { cn }; export declare enum THEMES { light = "light", dark = "dark", system = "system" } export declare const OVERLAY_STYLE: { readonly backgroundColor: "rgba(0, 0, 0, 0.5)"; }; //# sourceMappingURL=utils.d.ts.map