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