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