import { default as React } from 'react'; interface ChatbotComponentProps { modelName?: string; moduleName?: string; onSendRequest?: (userInput: string, selectedAgent: string) => Promise; theme?: string; podIP?: string; httpUrl?: string; } export declare const ChatbotComponent: React.FC; export {}; //# sourceMappingURL=ChatbotComponent.d.ts.map