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