import type { TranslationContextValue } from '../../context/TranslationContext'; import type { Channel, DefaultOneChatGenerics, UserResponse } from '../../types'; export declare const renderPreviewText: (text: string) => JSX.Element; export declare const getLatestMessagePreview: (channel: Channel, t: TranslationContextValue['t'], userLanguage?: TranslationContextValue['userLanguage']) => string | JSX.Element; export declare const getDisplayTitle: (channel: Channel, currentUser?: UserResponse | undefined) => string | undefined; export declare const getDisplayImage: (channel: Channel, currentUser?: UserResponse | undefined) => string | undefined; //# sourceMappingURL=utils.d.ts.map