/// declare const HeartIcon: ({ width, height, fillColor, color, }: { width?: number | undefined; height?: number | undefined; fillColor?: string | undefined; color?: string | undefined; }) => JSX.Element; export default HeartIcon;