import { Typography, TypographyProps } from '@mui/material'; export default function CheckoutFooter(props: TypographyProps) { return ( Powered by{' '} ArcBlock ); }