import { EditorProps } from '@monaco-editor/react'; type MonacoEditorPaneProps = { beforeMount: NonNullable; path: string; language: string; theme: string; value: string; onChange: NonNullable; options: NonNullable; }; export declare function MonacoEditorPane({ beforeMount, path, language, theme, value, onChange, options, }: MonacoEditorPaneProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=monaco-editor-pane.d.ts.map