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