import "./ChatBotBody.css";
/**
 * Contains chat messages between the user and bot.
 */
declare const ChatBotBody: () => import("react/jsx-runtime").JSX.Element;
export default ChatBotBody;
//# sourceMappingURL=ChatBotBody.d.ts.map