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