/// /// /// declare global { interface Window { colors: import("svelte/store").Writable<{ background: string; }> } }