import * as React from "react"; import { DownloadFileProps } from "./DownloadFileProps"; declare const DownloadFile: React.FC; export default DownloadFile;