import React from "react"; import type { SVGIcon } from "./types"; declare const Error: (props: SVGIcon) => React.JSX.Element; export default Error; //# sourceMappingURL=error.d.ts.map