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