import * as react from 'react'; import { a as ExtensiveEditorRef, b as EditorPreset } from '../../index-DPw2EK7p.js'; import { b as LegacyRichEditorProps, a as LegacyRichEditorMode } from '../../LegacyRichEditor-CvhdB8WN.js'; import '@lyfie/luthor-headless'; type HTMLEditorMode = Exclude; type HTMLEditorProps = Omit & { initialMode?: HTMLEditorMode; defaultEditorView?: HTMLEditorMode; }; declare const HTMLEditor: react.ForwardRefExoticComponent & { initialMode?: HTMLEditorMode; defaultEditorView?: HTMLEditorMode; } & 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 htmlEditorPreset: EditorPreset; export { HTMLEditor, type HTMLEditorMode, type HTMLEditorProps, htmlEditorPreset };