import { IconProps } from '../lib';
declare function Heart(props: IconProps): JSX.Element;
export default Heart;
