// elements/rh-navigation-secondary/rh-navigation-secondary.js
import type { ReactWebComponent } from '@lit/react';
import type { RhNavigationSecondary } from '@rhds/elements/elements/rh-navigation-secondary/rh-navigation-secondary.js';,
import type { RhSecondaryNav } from '@rhds/elements/elements/rh-navigation-secondary/rh-navigation-secondary.js';
export const NavigationSecondary: ReactWebComponent<RhNavigationSecondary, { onOverlayChange: 'overlay-change' }>;,
export const SecondaryNav: ReactWebComponent<RhSecondaryNav, { onOverlayChange: 'overlay-change' }>;
  