import { ComponentPropsWithoutRef } from 'react'; export type CodeBlockProps = ComponentPropsWithoutRef<"pre"> & { title?: string; lang: string; containerClassName?: string; }; export declare const CodeBlock: import('react').ForwardRefExoticComponent, HTMLPreElement>, "ref"> & { title?: string; lang: string; containerClassName?: string; } & import('react').RefAttributes>; //# sourceMappingURL=code-block.d.ts.map