declare const messageBubbleDark: import("../../_mixins").Theme<"MessageBubble", { messageBubbleBackgroundColorOwn: string; messageBubbleBackgroundColorOther: string; messageBubbleTextColorOwn: string; messageBubbleTextColorOther: string; messageTimeColor: string; messageStatusReadColor: string; messageStatusSuccessColor: string; attachmentBackgroundColorOwn: string; attachmentBackgroundColorOther: string; messageErrorColor: string; messageBorderRadius: string; unreadNotificationBackgroundColor: string; unreadNotificationTextColor: string; serviceMessageTextColor: string; serviceMessageBackgroundColor: string; messageTitleColor: string; }, { StatusIcon: import("../../_mixins").Theme<"Icon", { color: string; opacity1Depth: string; opacity2Depth: string; opacity3Depth: string; opacity4Depth: string; opacity5Depth: string; }, any>; }>; export default messageBubbleDark; export type MessageBubbleTheme = typeof messageBubbleDark;