importReactfrom'react';
importtype { MessageUIComponentProps } from'./types';
/**
* The default UI component that renders a message and receives functionality and logic from the MessageContext.
*/exportdeclareconstMessageSimple: (props: MessageUIComponentProps) =>React.JSX.Element;