import { type IGenAIAssistantAssistantMessageProps } from "./types.js"; /** * Default implementation of the AssistantMessage slot. * * @alpha */ export declare function DefaultAssistantMessage(props: IGenAIAssistantAssistantMessageProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=AssistantMessage.d.ts.map