export * from './ChatBubble'; import ChatBubble, { ChatBubbleProps as TChatBubbleProps } from './ChatBubble'; export type ChatBubbleProps = TChatBubbleProps; export default ChatBubble;