import React from 'react';
import { IconProps } from "./";
declare const Heart: React.FC<IconProps>;
export default Heart;
