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