// Import the ChatPanel component and its props
import ChatPanel, { ChatPanelProps } from './src/ChatPanel';

// Export the ChatPanel component and its props
export { ChatPanel, ChatPanelProps };

import AgentPanel, { AgentPanelProps } from './src/AgentPanel';
export { AgentPanel, AgentPanelProps };