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