import React from "react"; /** * download-ios.svg */ declare const DownloadIosIcon: React.ForwardRefExoticComponent< Omit, "ref" | "children"> & React.RefAttributes >; export default DownloadIosIcon;