import type { FC, PropsWithChildren } from 'react'; declare const ReactMarkdown: FC; export default ReactMarkdown;