/// export type RichTextPropTypes = { text: string; }; declare function RichText({ text }: RichTextPropTypes): JSX.Element; export default RichText;