import React from 'react'; import SvgIcon from '@mui/material/SvgIcon'; declare type Props = { fileType?: string; className?: string; }; declare const DocumentIcon: React.FC>; export default DocumentIcon;