import React from "react";
import { DownloadableFilesProps } from "./DownloadableFiles.types";
declare const DownloadableFiles: React.FC<DownloadableFilesProps>;
export default DownloadableFiles;
