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