```ts
const AriaMenu: React.FC<AriaMenuProps>;
```

AriaMenu component represents a dropdown menu. Menu items can open submenus in
place, rendering either a nested list of items or arbitrary React content,
with a back button to return to the previous level.
