import type { FC } from 'react'; interface QuillEditorProps { className?: string; [key: string]: any; } declare const QuillEditor: FC; export default QuillEditor;