import * as React from 'react'; import { ListItemText } from '@material-ui/core'; const CustomComponent: React.FC<{ prop1: string; prop2: number }> = () =>