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