declare const styles: { root: { alignItems: "center"; justifyContent: "center"; marginVertical: number; margin: number; }; titleBox: { position: "absolute"; backgroundColor: string; paddingVertical: number; borderRadius: number; paddingHorizontal: number; }; title: { textTransform: "capitalize"; color: string; fontWeight: "600"; fontSize: number; }; img: { width: number; height: number; resizeMode: "contain"; }; emojiText: { textTransform: "capitalize"; color: string; textAlign: "center"; }; }; export default styles;