import type { UseThemeReturn } from "./types.js"; /** * Hook to access theme state and methods. * * Must be used within a ThemeProvider (which is automatically included * in NavigationProvider when theme is enabled in router config). * * @returns Theme state and methods * @throws Error if used outside ThemeProvider */ export declare function useTheme(): UseThemeReturn; //# sourceMappingURL=use-theme.d.ts.map