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