import * as react from 'react'; import { b as LegacyRichEditorProps, a as LegacyRichEditorMode } from '../../LegacyRichEditor-CvhdB8WN.js'; import { a as ExtensiveEditorRef, b as EditorPreset } from '../../index-DPw2EK7p.js'; import '@lyfie/luthor-headless'; type MarkDownEditorMode = Exclude; type MarkDownEditorView = MarkDownEditorMode; type MarkDownEditorProps = Omit & { initialMode?: MarkDownEditorMode; defaultEditorView?: MarkDownEditorView; }; declare const MarkDownEditor: react.ForwardRefExoticComponent & { initialMode?: MarkDownEditorMode; defaultEditorView?: MarkDownEditorView; } & react.RefAttributes>; /** * Copyright (c) Luthor Team and contributors. * Open source under the MIT License (LICENSE). * Fork it. Remix it. Ship it. * Build freely. Credit kindly. */ declare const mdEditorPreset: EditorPreset; export { MarkDownEditor, type MarkDownEditorMode, type MarkDownEditorProps, mdEditorPreset };