import React from 'react';
import type { DownloadButtonProps } from './type';
declare const DownloadButton: React.NamedExoticComponent<DownloadButtonProps>;
export default DownloadButton;
