/**
 * Gets the system color mode preference from the browser.
 * Falls back to 'light' if running in a non-browser environment.
 *
 * @returns The system preference for dark or light mode.
 */
export declare const getSystemModePreference: () => "dark" | "light";
//# sourceMappingURL=color-mode.d.ts.map