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