import * as react_jsx_runtime from 'react/jsx-runtime';
import { UserMessageProps } from '../props.js';
import '@copilotkit/runtime-client-gql';
import '../../../types/suggestions.js';
import 'react';

declare const UserMessage: (props: UserMessageProps) => react_jsx_runtime.JSX.Element;

export { UserMessage };
