
type ChatbotProps = {
    threadId: string;
    token: string | undefined;
};
export declare const Chatbot: ({ threadId, token }: ChatbotProps) => import("react/jsx-runtime").JSX.Element;
export {};
