import React from 'react'; export declare function MarkdownRenderer({ content }: { content: string; }): React.JSX.Element;