/// declare module '*.mdx' { import { MDXProps } from 'mdx/types' export default function MDXComponent(props: MDXProps): JSX.Element }