import React from 'react'; import '../../css/quill.css'; export type MfCommentWidgetProps = { siteName: string; pageId: string; chainId?: number; userDisplayName?: string; userAvatar?: string; disableEditProfile?: boolean; theme?: string; variant?: string; debug?: boolean; demo?: boolean; }; declare const MfCommentWidget: React.FC; export default MfCommentWidget;