import { ChatBotProps } from '../ChatBot/ChatBot.js'; export interface FloatingChatBotProps extends ChatBotProps { title?: string; defaultOpen?: boolean; } export declare function FloatingChatBot({ title, defaultOpen, ...chatProps }: FloatingChatBotProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=FloatingChatBot.d.ts.map