import * as react_jsx_runtime from 'react/jsx-runtime'; declare function ReactMarkdown({ children }: { children?: string; }): react_jsx_runtime.JSX.Element; declare namespace reactMarkdown { export { ReactMarkdown as default }; } export { ReactMarkdown as R, reactMarkdown as r };