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