import type { RendererFC } from 'jamis-core';
import type { ChatbotRendererProps } from './types';
export declare const ChatbotRenderer: RendererFC<ChatbotRendererProps>;
export declare const FAIChatbotRenderer: RendererFC<ChatbotRendererProps>;
