/**
* The key used to store the `mode` in localStorage.
*/exportdeclareconstmodeStorageKey: import("svelte-toolbelt").WritableBox<string>;
/**
* The key used to store the `theme` in localStorage.
*/exportdeclareconstthemeStorageKey: import("svelte-toolbelt").WritableBox<string>;