import React from 'react'; import { StreamMessage } from '../../context'; import { DefaultStreamChatGenerics } from '../../types/types'; export interface MessageErrorTextProps { message: StreamMessage; theme: string; } export declare function MessageErrorText({ message, theme }: MessageErrorTextProps): React.JSX.Element | null; //# sourceMappingURL=MessageErrorText.d.ts.map