import { FormRenderProps } from '../../../utils'; declare const RichTextEditor: ({ props }: { props: FormRenderProps; }) => import("react/jsx-runtime").JSX.Element; export default RichTextEditor;