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