// elements/rh-navigation-secondary/rh-navigation-secondary-menu-section.js
import type { ReactWebComponent } from '@lit/react';
import type { RhNavigationSecondaryMenuSection } from '@rhds/elements/elements/rh-navigation-secondary/rh-navigation-secondary-menu-section.js';,
import type { RhSecondaryNavMenuSection } from '@rhds/elements/elements/rh-navigation-secondary/rh-navigation-secondary-menu-section.js';
export const NavigationSecondaryMenuSection: ReactWebComponent<RhNavigationSecondaryMenuSection, {}>;,
export const SecondaryNavMenuSection: ReactWebComponent<RhSecondaryNavMenuSection, {}>;
  