import { FC } from 'react';
import { ButtonProps } from './Button';
declare const ButtonDownload: FC<ButtonProps>;
export default ButtonDownload;
