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