import React__default from 'react';
import { Profile, Conversation } from '../../types/models.js';

type UIConversationListProps = {
    activeProfile?: Profile;
    activeConversation?: Conversation;
    setActiveConversation?: (conversation: Conversation) => void;
    conversations?: Conversation[];
};
declare const UIConversationList: React__default.FC<UIConversationListProps>;

export { UIConversationList, UIConversationListProps };
//# sourceMappingURL=UIConversationList.d.ts.map
