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