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