import { PureComponent } from 'react'; export declare class CodeBlock extends PureComponent { static propTypes: any; render(): JSX.Element; }