import { GenieChatProps } from "./types.js"; import * as react_jsx_runtime0 from "react/jsx-runtime"; //#region src/react/genie/genie-chat.d.ts /** Full-featured chat interface for a single Databricks AI/BI Genie space. Handles message streaming, conversation history, and auto-reconnection via SSE. */ declare function GenieChat({ alias, basePath, placeholder, className }: GenieChatProps): react_jsx_runtime0.JSX.Element; //#endregion export { GenieChat }; //# sourceMappingURL=genie-chat.d.ts.map