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