import { HistoryPanelProps } from './Chatbot.types'; export declare function HistoryPanel({ historyPanelData, onClose, onSearchChange, onSelectConversation, onToggleGroup, openGroups, onMenuAction, }: HistoryPanelProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=historyPanel.d.ts.map