import React from "react"; /** * image-error.svg */ declare const ImageErrorIcon: React.ForwardRefExoticComponent< Omit, "ref" | "children"> & React.RefAttributes >; export default ImageErrorIcon;