import type { FormItemRendererFC } from 'jamis-core';
import type { RichTextProps } from './types';
export declare const RichTextControlRenderer: FormItemRendererFC<RichTextProps>;
