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