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