/** * Hook that detects if dark mode is active and reacts to theme changes. * Observes the 'dark' class on the document element, which is how * next-themes and similar libraries apply the theme. * * @returns `true` if dark mode is active, `false` otherwise */ export declare const useDarkMode: () => boolean; //# sourceMappingURL=use-dark-mode.d.ts.map