declare const Loader: import("svelte").Component<{ width?: string; children?: any; }, {}, "">; type Loader = ReturnType; export default Loader;