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