import * as React from 'react'; import { EditorProps } from './Editor/Editor.mjs'; import { C as Comment } from '../index-d9e42571.js'; import 'react/jsx-runtime'; import '../input.mjs'; import '../identity.mjs'; interface CommentEditorProps extends Partial { comment: Comment; } declare const CommentEditor: React.FunctionComponent; export { CommentEditor };