/// <reference types="react" />
declare const Download: (props: any, ref: any) => JSX.Element;
export default Download;
