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