import * as react_jsx_runtime from 'react/jsx-runtime'; import { UserMessageProps } from '../props.js'; import '@finalyst/shared'; import '../../../types/suggestions.js'; import 'react'; declare const UserMessage: (props: UserMessageProps) => react_jsx_runtime.JSX.Element; export { UserMessage };