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