import { FC } from 'react'; export declare const MDXContent: FC<{ components: any; [key: string]: unknown; }>;