import SyntaxHighlighter from "react-syntax-highlighter"; export type CodeBlockProps = { codeString: string; className?: string; disableCopy?: boolean; } & Omit, "style">; export declare const CodeBlock: (props: CodeBlockProps) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=CodeBlock.d.ts.map