export declare const styles: { container: { paddingHorizontal: number; paddingVertical: number; }; containerLeft: { flexDirection: "row"; justifyContent: "flex-start"; }; containerRight: { flexDirection: "row-reverse"; justifyContent: "flex-start"; }; containerCenter: { justifyContent: "center"; alignItems: "center"; }; avatar: { width: number; height: number; borderRadius: number; marginHorizontal: number; }; avatarPlaceholder: { width: number; height: number; borderRadius: number; backgroundColor: string; justifyContent: "center"; alignItems: "center"; marginHorizontal: number; }; content: { maxWidth: "70%"; }; name: { fontSize: number; color: string; marginBottom: number; marginLeft: number; }; bubble: { borderRadius: number; paddingHorizontal: number; paddingVertical: number; minHeight: number; justifyContent: "center"; }; bubbleLeft: { backgroundColor: string; borderBottomLeftRadius: number; }; bubbleRight: { backgroundColor: string; borderBottomRightRadius: number; }; bubbleSystem: { backgroundColor: string; borderRadius: number; paddingHorizontal: number; paddingVertical: number; }; text: { fontSize: number; lineHeight: number; color: string; }; textRight: { color: string; }; textSystem: { fontSize: number; color: string; }; image: { width: number; height: number; borderRadius: number; }; voiceContainer: { flexDirection: "row"; alignItems: "center"; minWidth: number; }; voiceIcon: { marginRight: number; }; voiceDuration: { fontSize: number; color: string; }; voiceDurationRight: { color: string; }; statusContainer: { flexDirection: "row"; alignItems: "center"; marginHorizontal: number; }; statusText: { fontSize: number; color: string; }; statusTextRead: { color: string; }; failedIcon: { marginHorizontal: number; }; timeContainer: { alignItems: "center"; marginVertical: number; }; timeText: { fontSize: number; color: string; backgroundColor: string; paddingHorizontal: number; paddingVertical: number; borderRadius: number; }; sendingIndicator: { width: number; height: number; borderRadius: number; borderWidth: number; borderColor: string; borderTopColor: string; marginHorizontal: number; }; replyContainer: { backgroundColor: string; borderRadius: number; padding: number; marginBottom: number; borderLeftWidth: number; borderLeftColor: string; }; replyName: { fontSize: number; fontWeight: "500"; color: string; marginBottom: number; }; replyText: { fontSize: number; color: string; }; revokedContainer: { alignItems: "center"; paddingVertical: number; }; revokedText: { fontSize: number; color: string; fontStyle: "italic"; }; listContainer: { flex: number; }; listContent: { paddingVertical: number; }; loadMoreContainer: { paddingVertical: number; alignItems: "center"; }; loadMoreText: { fontSize: number; color: string; }; };