import { RichText as Type } from '../../BlockType'; interface IProps { richTexts: Type[]; } export default function RichTexts({ richTexts }: IProps): import("react/jsx-runtime").JSX.Element; export {};