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