declare const Loading: import("svelte").Component<{ process?: boolean; bootstrap?: boolean; }, {}, "">; export default Loading;