import type { RichTextImplProps } from './types.js'; import type { ElementWithChildrenType } from '../type-utils.js'; export * from './types.js'; export declare const RichText: ({ factory, text, className, as: Wrapper, debug, noWrapper, cmsFieldName, cmsId, ctx, children, ...props }: RichTextImplProps) => import("react").JSX.Element;