import { RichText as Type } from '../../BlockType'; export default function RichText({ richText }: { richText: Type; }): import("react/jsx-runtime").JSX.Element;