import './DownloadClient.scss'; import { DownloadClientProps } from './type'; declare const DownloadClient: React.FC; export default DownloadClient;