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