import { type ChatbotViewProps } from "./ChatbotView"; export type ChatWindowProps = ChatbotViewProps; export declare function ChatWindow(props: ChatWindowProps): import("react/jsx-runtime").JSX.Element;