import Conversations from './Conversations.vue';
export type { ConversationsProps, Conversation } from './interface';
export default Conversations;
export { Conversations, };
