import React from 'react'; export interface CodeEditorProps { value: string; } export declare const CodeEditor: React.FC;