import { h } from "preact"; interface EditorProps { path: string; value: string; onChange: (next: string) => void; onSave: () => void; } export declare function CodeMirrorEditor(props: EditorProps): h.JSX.Element; export {}; //# sourceMappingURL=Editor.d.ts.map