import type { FunctionalComponent, HTMLAttributes, VNodeProps } from 'vue';
declare const LoveIcon: FunctionalComponent<HTMLAttributes & VNodeProps>;
export default LoveIcon;
