type Props = { title: string } export const DownloadModelTitle: React.FC = ({ title }) => (
{title}
) export default DownloadModelTitle