export declare function useNTheme(): { theme: string; setTheme: (newTheme: string) => void; toggleTheme: () => void; isDarkMode: boolean; colors: { accent: string; background: string; surface: string; foreground: string; muted: string; border: string; }; headerConfig: { headerStyle: { backgroundColor: string; }; headerTintColor: string; headerShadowVisible: boolean; headerBackButtonDisplayMode: "minimal"; }; }; //# sourceMappingURL=useNTheme.d.ts.map