interface SettingsSidebarProps { /** * Override navigation for the "Usage Dashboard" button. When provided, * this is called instead of `window.location.assign('/dashboard')` so * embedders (e.g. the Tauri desktop app, which has no URL routing) can * render the dashboard inline. */ onOpenDashboard?: () => void; } export declare const SettingsSidebar: import("react").NamedExoticComponent; export {}; //# sourceMappingURL=SettingsSidebar.d.ts.map