/** * Reads the OS color-scheme preference. Returns `'light'` in SSR / non-browser * environments to avoid hydration mismatches. */ export declare const getSystemTheme: () => "light" | "dark";