/// import { type Props } from '@theme-init/CodeBlock'; declare function CodeBlockWrapper(props: Props): JSX.Element; export default CodeBlockWrapper;