import type * as Monaco from 'monaco-editor'; interface Props { /** * Programming Language (Not a locale for UI); * overrides `options.language` */ lang?: string; /** * Options passed to the second argument of `monaco.editor.createDiffEditor` */ options?: Monaco.editor.IStandaloneDiffEditorConstructionOptions; /** * The URI that identifies models */ originalModelUri?: Monaco.Uri; /** * The URI that identifies models */ modelUri?: Monaco.Uri; original?: string; modelValue?: string; } declare var __VLS_1: {}; type __VLS_Slots = {} & { default?: (props: typeof __VLS_1) => any; }; declare const __VLS_base: import("vue").DefineComponent; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & { "update:modelValue": (value: string) => any; load: (editor: Monaco.editor.IStandaloneDiffEditor) => any; }, string, import("vue").PublicProps, Readonly & Readonly<{ "onUpdate:modelValue"?: ((value: string) => any) | undefined; onLoad?: ((editor: Monaco.editor.IStandaloneDiffEditor) => any) | undefined; }>, { lang: string; options: Monaco.editor.IStandaloneDiffEditorConstructionOptions; original: string; modelValue: string; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; declare const __VLS_export: __VLS_WithSlots; declare const _default: typeof __VLS_export; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };