interface ChatHistoryPanelProps { loadChats?: boolean; multiUser?: boolean; } declare const ChatHistoryPanel: ({ loadChats, multiUser }: ChatHistoryPanelProps) => import("react/jsx-runtime").JSX.Element | null; export default ChatHistoryPanel; //# sourceMappingURL=ChatHistoryPanel.d.ts.map