import { Stack, Typography } from '@mui/material'; type MainIconProps = { title: string; }; function MainIcon({ title }: MainIconProps) { return ( a.   {title} ); } export { MainIcon }; export type { MainIconProps };