declare const _default: Readonly<{ title: { fontSize: number; fontWeight: "700"; marginBottom: number; color: string; }; subTitle: { fontSize: number; fontWeight: "700"; marginBottom: number; color: string; }; payButton: { width: string; marginVertical: number; alignSelf: "center"; }; card: { marginTop: number; minHeight: number; maxHeight: number; width: string; borderRadius: number; padding: number; alignSelf: "center"; }; missingStripeContainer: { flex: number; justifyContent: "center"; alignItems: "center"; padding: number; }; missingStripeMessage: { fontSize: number; color: string; textAlign: "center"; marginBottom: number; }; }>; export default _default; //# sourceMappingURL=styles.d.ts.map