declare const _default: { container: { width: "100%"; flexDirection: "row"; paddingHorizontal: number; paddingVertical: number; borderRadius: number; }; success: { backgroundColor: string; }; info: { backgroundColor: string; }; warning: { backgroundColor: string; }; error: { backgroundColor: string; }; image: { marginRight: number; }; text: { alignSelf: "center"; fontSize: number; fontWeight: "400"; letterSpacing: number; lineHeight: number; color: string; flex: number; }; }; export default _default;