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