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