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