import React from 'react';
declare const CodeComponent: ({ children }: any) => React.JSX.Element;
export default CodeComponent;
