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