declare const styles: { card: { alignItems: "center"; backgroundColor: string; borderRadius: number; elevation: number; flexDirection: "column"; height: number; justifyContent: "center"; marginBottom: number; marginHorizontal: number; marginTop: number; shadowColor: string; shadowOffset: { height: number; width: number; }; shadowOpacity: number; shadowRadius: number; width: number; }; cardsWrapper: { paddingBottom: number; paddingTop: number; width: string; }; clockIcon: { height: number; marginRight: number; resizeMode: "contain"; width: number; }; currency: { fontSize: number; fontWeight: "700"; marginBottom: number; marginTop: number; }; payout: { fontSize: number; fontWeight: "700"; }; payoutOriginal: { fontSize: number; fontWeight: "400"; marginRight: number; textDecorationLine: "line-through"; textDecorationStyle: "solid"; }; payoutWrapper: { alignItems: "center"; display: "flex"; flexDirection: "row"; justifyContent: "center"; }; star: { height: number; marginHorizontal: number; resizeMode: "contain"; width: number; }; starsWrapper: { alignItems: "center"; flexDirection: "row"; justifyContent: "center"; marginTop: number; overflow: "scroll"; }; timeNeededText: { fontSize: number; fontWeight: "500"; }; timeNeededWrapper: { alignItems: "center"; flexDirection: "row"; }; wrapper: { alignItems: "center"; flexDirection: "row"; height: number; width: string; }; }; export default styles;