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