import { type CodeBlockProps } from '@rspress/core/theme'; export type ShikiPreProps = CodeBlockProps & React.HTMLAttributes; export declare function ShikiPre({ title, lang, wrapCode, lineNumbers, fold, height, containerElementClassName, codeButtonGroupProps, ...otherProps }: ShikiPreProps): import("react/jsx-runtime").JSX.Element;