import { Typography, TypographyProps, } from "@mui/material"; export const ErrorText: React.FunctionComponent = ({ ...props }) => { return ( ) }