import { LingXiFC } from '@lingxiteam/types'; export interface RichTextEditorProps { height: number; rootRef: any; } declare const RichTextEditorMain: LingXiFC; export default RichTextEditorMain;