With the introduction of next/deprecated components, some components will need to import propComponents (to build API prop tables in the docs) from components living in different component directories.
i.e. The dropdown-next component in src/next/components/Dropdown needs to import the MenuToggle component props from src/components/MenuToggle