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