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