/** * Browser only. Returns true if client has currently dark mode enabled. Always * returns false if no global `window` object is available. */ export declare const isDarkMode: () => boolean; //# sourceMappingURL=is-dark-mode.d.ts.map