import type { FC } from 'react';
import '@wangeditor/editor/dist/css/style.css';
declare const RichText: FC<any>;
export default RichText;
