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