/**
 * The key used to store the `mode` in localStorage.
 */
export declare const modeStorageKey: import("svelte-toolbelt").WritableBox<string>;
/**
 * The key used to store the `theme` in localStorage.
 */
export declare const themeStorageKey: import("svelte-toolbelt").WritableBox<string>;
