/** * Non-Nuxt counterpart of `@vuecs/nuxt`'s `useColorMode()`: the shared * `vc-color-mode` cookie feeding `bindColorMode` from `@vuecs/design`. * One cookie name across every authup console, so the mode carries over * between surfaces served from a common origin. * * Where a server stamps the `.dark`/`.light` class onto the HTML shell * from the same cookie, pass its value as `initial` so this ref agrees * with the markup and nothing flashes before it takes over. */ export declare function createColorMode(initial?: string): import("@vuecs/design").UseColorModeReturn; //# sourceMappingURL=color-mode.d.ts.map