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