/// import { EnhancerProps } from '../enhancer'; import { InlineTextProps } from '../InlineTextField'; export declare const RichTextField: (props: Omit & EnhancerProps) => JSX.Element | null;