import React from "react";

/**
 * image-error.svg
 */
declare const ImageErrorIcon: React.ForwardRefExoticComponent<
    Omit<React.SVGProps<SVGSVGElement>, "ref" | "children"> &
    React.RefAttributes<SVGSVGElement>
>;

export default ImageErrorIcon;
