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