import { type CodeBlockProps } from '@rspress/core/theme-original';
export declare const CodeBlock: (props: CodeBlockProps) => import("react/jsx-runtime").JSX.Element;
