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