import React from 'react'; import { type RichTextProps } from './lib.js'; /** * React component for rendering Optimizely CMS RichText content. * * Transforms structured JSON content into React elements with support for * custom element and leaf component overrides, HTML entity decoding, and * fallback rendering strategies. * * @example * ```tsx * * ``` */ export declare const RichText: React.FC;