import type { ForwardRefForwardPropsComponent } from '../../types'; import type { MenuListProps } from './Menu.types'; declare const MenuList: ForwardRefForwardPropsComponent; export default MenuList; //# sourceMappingURL=MenuList.d.ts.map