import { MessageRowProps } from './types';

export default function MessageRow({ senderId, sentAt, isMe, MessageAvatar, MessageBody, ...message }: MessageRowProps): import("react/jsx-runtime").JSX.Element;
