/// import { IconProps } from '../../types'; declare const Heart: (allProps: IconProps) => JSX.Element; export default Heart;