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