declare const BaseStyles: { borderSecondaryBtn: { borderWidth: number; }; borderTertiary: { borderWidth: number; }; grwButton: { height: number; alignItems: "center"; justifyContent: "center"; borderRadius: number; }; grwLabel: { fontFamily: string; fontSize: number; fontWeight: "bold"; }; grwInfoBox: { minHeight: number; flexDirection: "row"; alignItems: "center"; borderRadius: number; }; grwInfoBoxLabel: { fontFamily: string; fontSize: number; fontWeight: "normal"; }; }; export default BaseStyles;