import { FC } from "react"; import { SVGProps } from "./svg.types"; export declare const Heart: FC; export default Heart;