import { type SvgIconProps } from '@mui/material/SvgIcon'; declare const DownloadFile: (props: SvgIconProps) => JSX.Element; export default DownloadFile;