import { Chatroom } from './Chatroom'; export { Chatroom }; export type { ChatroomProps } from './Chatroom'; export default Chatroom;