import { Attachment, CustomMessageData, MessageResponse, UserResponse } from 'stream-chat'; export declare const createMessagePreview: (user: UserResponse, text: string, attachments: Attachment[] | undefined, mentionedUsers: UserResponse[] | undefined, parentId: undefined | string, quotedMessageId: undefined | string, customData: undefined | CustomMessageData, pollId?: undefined | string) => MessageResponse;