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