import type { SVGProps } from "react"; export interface CloudArrowUpIconProps extends Omit, "width" | "height"> { className?: string; size?: number; color?: string; } export declare function CloudArrowUpIcon({ className, size, color, ...props }: CloudArrowUpIconProps): import("react").JSX.Element; //# sourceMappingURL=cloud-arrow-up-icon.d.ts.map