/// import type { CB_RICHTEXT_PROPERTIES_TYPE, IndexForIntersection } from '../../../../../../../DynamicLayout/sections/CustomSection/util/types'; type Props = CB_RICHTEXT_PROPERTIES_TYPE & IndexForIntersection; declare function RichText(props: Props): JSX.Element; export default RichText;