import { ChatbotProps } from '../../types/Chatbot';
declare const Chatbot: React.FC<ChatbotProps>;
export default Chatbot;
