import React from 'react'; const FileExcel = ({ className, title, }: { className?: string; title?: string; }) => ( ); export default FileExcel;