import ChatroomMessage from './ChatroomMessage'; export type { ChatroomMessageProps } from './ChatroomMessage'; export default ChatroomMessage;