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