import React from 'react'; interface Props { title?: any; code: string; } export declare const CodeComponent: React.FunctionComponent; export {};