/** * (c) Meta Platforms, Inc. and affiliates. Confidential and proprietary. */ import React from 'react'; import { type Props } from '@theme/MDXContent'; export default function MDXContentWrapper(props: Props): React.JSX.Element;