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