declare const _default: Readonly<{ rootContainer: { backgroundColor: string; padding: number; flex: number; }; messagesContainer: { marginVertical: number; padding: number; backgroundColor: string; }; title: { fontWeight: "700"; color: string; fontSize: number; }; promoContainer: { marginVertical: number; }; promoTitleKeyword: { fontWeight: "800"; color: string; }; promoTitle: { fontSize: number; }; promoMessage: { fontSize: number; marginTop: number; }; promoMessageKeyword: { fontWeight: "600"; }; promoDiscount: { fontWeight: "700"; color: string; }; inviteContainer: { marginVertical: number; }; inviteTitle: { fontSize: number; fontWeight: "500"; marginBottom: number; }; inviteMessage: { fontSize: number; }; inviteLinkContainer: { flexDirection: "row"; alignItems: "center"; marginTop: number; }; inviteLink: { padding: number; backgroundColor: string; color: string; }; copyButton: { backgroundColor: string; alignItems: "center"; justifyContent: "center"; marginLeft: number; padding: number; }; copyIcon: { width: number; height: number; resizeMode: "contain"; tintColor: string; }; }>; export default _default; //# sourceMappingURL=styles.d.ts.map