import { ToolShelfProps } from './ToolShelf'; export interface ChatWindowProps extends ToolShelfProps { onClose?: () => void; agentLogo?: React.ReactElement; multiUser?: boolean; participantIds?: string[]; loadChats?: boolean; restoreLastActiveChat?: boolean; } export declare const ChatWindow: ({ onToolSelected, onClose, agentLogo, multiUser, participantIds, loadChats, restoreLastActiveChat }: ChatWindowProps) => import("react/jsx-runtime").JSX.Element; export declare const MultiUserChatWindow: (props: Omit) => import("react/jsx-runtime").JSX.Element; export default ChatWindow; //# sourceMappingURL=ChatWindow.d.ts.map