import { CodeBlockProps } from './components/codeblock.js'; import 'react'; /** * You are NOT supposed to use this component directly. * * This should be referenced in the output generated by the Rehype Code plugin. * * @internal */ declare function Pre(props: CodeBlockProps): React.ReactElement; export { Pre };