export declare const styles: { container: { flex: number; }; msgBubbleContainer: { width: string; paddingHorizontal: number; paddingVertical: number; }; actionViewContainer: { height: number; flexDirection: "row"; justifyContent: "space-between"; alignItems: "center"; borderTopWidth: number; borderBottomWidth: number; paddingHorizontal: number; }; actionIcon: { height: number; width: number; }; composerContainer: { marginHorizontal: number; marginBottom: number; }; };