import { FC, SVGProps } from 'react'; declare const IconHeart: FC & { fill?: string }>; export default IconHeart;