export declare const Style: { container: { flexDirection: "row"; borderRadius: number; opacity: number; backgroundColor: string; padding: number; }; messageInfoStyle: { flex: number; justifyContent: "center"; }; imageStyle: { tintColor: string; }; downloadImage: { height: number; width: number; margin: number; alignSelf: "center"; }; titleStyle: { opacity: number; color: string; fontStyle: "normal"; fontWeight: "500"; letterSpacing: number; textAlign: "left"; lineHeight: number; fontSize: number; maxWidth: number; }; subtitleStyle: { opacity: number; color: string; fontStyle: "normal"; letterSpacing: number; textAlign: "left"; lineHeight: number; maxWidth: number; }; };