/// declare const DownloadIcon: ({ width, height, color }: { width?: number | undefined; height?: number | undefined; color?: string | undefined; }) => JSX.Element; export default DownloadIcon;