/** * (c) Meta Platforms, Inc. and affiliates. Confidential and proprietary. * * @format */ import type { Props as InitialCodeBlockProps } from '@theme/CodeBlock'; declare const CodeBlock: (props: InitialCodeBlockProps & { file: unknown; repo?: string; } & ({ repo: string; classname: string; symbol: string; } | Record)) => any; export default CodeBlock;