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