export interface ICodeMirrorEditorProps { value?: string; onChange: (value: string) => void; } export declare function CodeMirrorEditor({ value, onChange }: ICodeMirrorEditorProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=CodeMirrorEditor.d.ts.map