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