import React from 'react'; declare function CodeEditor(props: { onCodeChange: any; initCode: any; }): React.JSX.Element; export default CodeEditor;