// elements/rh-navigation-secondary/rh-navigation-secondary-dropdown.js
import type { ReactWebComponent } from '@lit/react';
import type { RhNavigationSecondaryDropdown } from '@rhds/elements/elements/rh-navigation-secondary/rh-navigation-secondary-dropdown.js';,
import type { RhSecondaryNavDropdown } from '@rhds/elements/elements/rh-navigation-secondary/rh-navigation-secondary-dropdown.js';
export const NavigationSecondaryDropdown: ReactWebComponent<RhNavigationSecondaryDropdown, { onChange: 'change' }>;,
export const SecondaryNavDropdown: ReactWebComponent<RhSecondaryNavDropdown, { onChange: 'change' }>;
  