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