import { ChatUserMessageProps } from '../types'; export declare function ChatUserMessage({ children, muted, topContext, sx, }: ChatUserMessageProps): import("react/jsx-runtime").JSX.Element;