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