import { ReactElement, SVGProps } from 'react'; export default function Hearts(props: JSX.IntrinsicAttributes & SVGProps): ReactElement;