import * as React from "react"; import { ReactCodeMirrorRef } from "@uiw/react-codemirror"; type EditorContextValue = { editorRef: React.RefObject; }; export declare const useEditor: () => EditorContextValue; export declare const EditorProvider: ({ children }: { children: React.ReactNode; }) => import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=EditorContext.d.ts.map