import '../index.css'; import { type JSX } from 'react'; import { EditorViewerProps } from './types'; export declare function BlockletEditorViewer({ editorState, markdown, ...props }: EditorViewerProps): JSX.Element; export type { EditorViewerProps };