import { ChatbotProps } from '@/types/chatbot';
import React from 'react';
declare const ChatbotHttp: React.FC<ChatbotProps>;
export default ChatbotHttp;
