import { DownloadButtonProps } from "./type.mjs";
import React from "react";

//#region src/DownloadButton/DownloadButton.d.ts
declare const DownloadButton: React.NamedExoticComponent<DownloadButtonProps>;
//#endregion
export { DownloadButton };
//# sourceMappingURL=DownloadButton.d.mts.map