import * as React from "react";
import type { IconProps } from "../types";
declare const CloudArrowUp: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
export default CloudArrowUp;
//# sourceMappingURL=cloud-arrow-up.d.ts.map