import Typography, { TypographyProps } from '@mui/joy/Typography'; export function TitlePortal(props: TypographyProps) { return ( ); }