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