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