/// import type { IconType } from "./Icon/types"; declare function Download(props: IconType): JSX.Element; export default Download;