import React from 'react'; export default function Download2({ className }: { className?: string; }): React.JSX.Element;