import { type DME } from '../../../..'; declare const RichText: (props: DME.SettingComponentProps & { property: string; value: any; }) => import("react/jsx-runtime").JSX.Element; export default RichText;