/** * * @param percentage */ export declare function wp(percentage: number): number; declare const _default: { imageContainerNoCard: { flex: number; marginBottom: number; }; imageContainer: { flex: number; marginBottom: number; backgroundColor: string; borderTopLeftRadius: number; borderTopRightRadius: number; }; imageContainerEven: { backgroundColor: string; }; image: { resizeMode: "cover"; position: "absolute"; left: 0; right: 0; top: 0; bottom: 0; }; radiusMask: { position: "absolute"; bottom: number; left: number; right: number; height: number; backgroundColor: string; }; radiusMaskEven: { backgroundColor: string; }; textContainer: { justifyContent: "flex-start"; paddingTop: number; paddingBottom: number; paddingHorizontal: number; height: number; }; productContainer: { justifyContent: "flex-start"; alignItems: "center"; paddingTop: number; paddingBottom: number; paddingHorizontal: number; }; price: { marginTop: number; color: string; fontSize: number; fontFamily: string; }; stars: { width: number; height: number; }; itemCenter: { flex: number; flexWrap: "wrap"; }; textContainerEven: { backgroundColor: string; }; prodTitle: { color: string; fontSize: number; marginBottom: number; textAlign: "center"; fontFamily: string; fontWeight: "400"; }; title: { color: string; fontSize: number; fontWeight: "normal"; letterSpacing: number; }; titleEven: { color: string; }; subtitle: { marginTop: number; color: string; fontSize: number; fontFamily: string; }; }; export default _default;