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