import React from 'react'; import { MenuSectionProps } from '../../types'; /** * Menu Section component intended to be used within Menu or PopupMenu. * This component is not intented to be used outside of Menu or independently. * Utilizes [React Aria](https://react-spectrum.adobe.com/react-aria/useMenu.html) */ declare const MenuSection: React.ForwardRefExoticComponent>; export default MenuSection;