import { ChatbotModuleMenuProps } from './Chatbot.types'; export declare function ChatbotModuleMenu({ hideMenuArrow, onModuleClick, moduleList, activeList, hideChildren, isModuleListLoading, hideSmartBotIcon, hideCenterOptions, threadList: threadListProp, activeThread: activeThreadProp, handleSavedChat, onClose, isFullWidth, handleCloseThread: handleCloseThreadProp, handleThreadClick, onMinimiseChatBot, }: ChatbotModuleMenuProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=chatbotModuleMenu.d.ts.map