interface ImageIconProps { className?: string; color?: string; } /** @deprecated Use icons from icons-v2-generated instead. */ export declare const ImageIcon: ({ className, color }: ImageIconProps) => import("react").JSX.Element; export {}; //# sourceMappingURL=image-icon.d.ts.map