import { PropsWithChildren } from 'react'; import { CodeBlockProps } from './components/CodeBlock'; export default function (props: PropsWithChildren): JSX.Element;