import Button from '@mui/joy/Button'; import SvgIcon from '@mui/joy/SvgIcon'; import { styled } from '@mui/joy'; const VisuallyHiddenInput = styled('input')` clip: rect(0 0 0 0); clip-path: inset(50%); height: 1px; overflow: hidden; position: absolute; bottom: 0; left: 0; white-space: nowrap; width: 1px; `; export default function InputFileUpload() { return ( ); }