import type { MessageContextValue, StreamMessage } from '../../context'; import type { DefaultStreamChatGenerics } from '../../types/types'; export declare type MessageTextProps = { customInnerClass?: string; customWrapperClass?: string; message?: StreamMessage; theme?: string; } & Pick, 'renderText'>; export declare const MessageText: (props: MessageTextProps) => JSX.Element | null; //# sourceMappingURL=MessageText.d.ts.map