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