/// declare const Download: ({ className, title, }: { className?: string | undefined; title?: string | undefined; }) => JSX.Element; export default Download;