import { FC } from 'react'; import { RichTextEditorFieldProps } from './types/RichTextEditorField.props.ts'; /** * Convenience wrapper that composes the standard rich-text form layout. */ declare const RichTextEditorField: FC; export default RichTextEditorField;