interface Props { size?: number; [key: string]: any; } declare const IconCalendar2HeartFill: import("svelte").Component; type IconCalendar2HeartFill = ReturnType; export default IconCalendar2HeartFill;