import type { MessageUIComponentProps } from './types'; /** * The default UI component that renders a message and receives functionality and logic from the MessageContext. */ export declare const MessageUI: (props: MessageUIComponentProps) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=MessageUI.d.ts.map