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