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