export declare const styles: { messageRow: { paddingHorizontal: number; marginVertical: number; }; systemRow: { paddingHorizontal: number; marginVertical: number; }; contentRow: { flexDirection: "row"; alignItems: "flex-end"; }; avatarLeft: { marginRight: number; }; avatarRight: { marginLeft: number; }; contentArea: { flex: number; alignItems: "flex-start"; }; contentAreaRight: { alignItems: "flex-end"; }; contentAreaFullWidth: { flex: number; maxWidth: "100%"; }; senderName: { fontSize: number; color: string; marginBottom: number; marginLeft: number; }; senderNameRight: { marginLeft: number; marginRight: number; }; statusIconRight: { marginLeft: number; marginRight: number; justifyContent: "flex-end"; paddingBottom: number; }; };