import type { ComponentThemeDefinition } from '@vuecs/core'; import type { NavigationThemeClasses } from '../../helpers/component/types'; /** * Default classes for the `navigation` theme entry. Shared between * `` (the container) and `` (the per-row * component) — both call `useComponentTheme('navigation', …)` with * the same slot defaults, so the source of truth lives here. */ export declare const navigationThemeDefaults: ComponentThemeDefinition; //# sourceMappingURL=theme.d.ts.map