export { ChatComponent } from "./lib/chat/chat.component"; export { ChatModule } from "./lib/chat/chat.module"; export type { ChatMessage } from "./lib/chat/types/chat-message";