/** * Shared 6-theme switcher for the app-shell header. Rendered by HeaderBar so * EVERY product shell exposes the full Boff UI theme picker (not just a binary * light/dark toggle). Drives the fe-libs ThemeProvider directly via `setMode`. */ export declare function HeaderThemeSwitcher({ mobileOptimized }: { mobileOptimized?: boolean; }): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=HeaderThemeSwitcher.d.ts.map