import { DashboardSidebarConfig } from './types.js'; /** * Demo-ready default config used by the package sidebar showcase. * Apps should pass their own `config` (or build one from `defineSidebarNavDefinitions`). */ export declare const defaultDashboardSidebarConfig: DashboardSidebarConfig;