import { default as React } from 'react';
import { ChatBotProps } from '../types';
declare const ChatBot: React.FC<ChatBotProps>;
export default ChatBot;
