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