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