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