/// <reference types="react" />
import { IRichEditorBrickProps } from './type';
import '@chief-editor/quill/css/index.less';
import '../../../css/RichEditor/index.less';
export declare function RichEditorBrick(props: IRichEditorBrickProps): JSX.Element;
