import { SVGProps } from "react";
declare const SvgCartRemove: (props: SVGProps<SVGSVGElement>) => JSX.Element;
export default SvgCartRemove;
