import React from "react";

/**
 * download-ios.svg
 */
declare const DownloadIosIcon: React.ForwardRefExoticComponent<
    Omit<React.SVGProps<SVGSVGElement>, "ref" | "children"> &
    React.RefAttributes<SVGSVGElement>
>;

export default DownloadIosIcon;
