import type { ComponentThemeDefinition } from '@vuecs/core';
import type { NavigationThemeClasses } from '../../helpers/component/types';
/**
 * Default classes for the `navigation` theme entry. Shared between
 * `<VCNavItems>` (the container) and `<VCNavItem>` (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<NavigationThemeClasses>;
//# sourceMappingURL=theme.d.ts.map