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