import { Box } from '@chakra-ui/react'; import type { BoxProps } from '@chakra-ui/react'; export const CodeBlock = (props: BoxProps): JSX.Element => { return ( ); };