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