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