import { UserMessage } from '@sendbird/chat/message'; type Props = { message: UserMessage; }; export default function CurrentUserMessage(props: Props): import("react/jsx-runtime").JSX.Element; export {};