import React from 'react'; import { HighlighterProps } from '../highlighter'; import { BoxProps } from '../box'; export declare type CodeBlockProps = HighlighterProps & BoxProps; export declare const CodeBlock: React.ForwardRefExoticComponent & React.RefAttributes>;