It looks like what you're importing as MDXRemote is not a React component. According to the docs, you want to import it like this:
MDXRemote
import { MDXRemote } from 'next-mdx-remote';