import { Typography } from '@mui/material'; import * as React from 'react'; export const ComponentError: FCWithChildren<{ text: string }> = ({ text }) => ( {text} );