import { MessageContextValue } from '../../context/MessageContext'; import type { MessageUIComponentProps } from './types'; import type { DefaultOneChatGenerics } from '../../types'; /** * The default UI component that renders a message and receives functionality and logic from the MessageContext. */ export declare const MessageSimple: (props: Partial>) => JSX.Element; //# sourceMappingURL=MessageSimple.d.ts.map