import type { MenuListTypeMap } from "."; /** * A permanently displayed menu following https://www.w3.org/TR/wai-aria-practices/#menubutton. * It's exposed to help customization of the [`Menu`](/api/menu/) component if you * use it separately you need to move focus into the component manually. Once * the focus is placed inside the component it is fully keyboard accessible. */ /** * A permanently displayed menu following https://www.w3.org/TR/wai-aria-practices/#menubutton. * It's exposed to help customization of the [`Menu`](https://mui.com/api/menu/) component if you * use it separately you need to move focus into the component manually. Once * the focus is placed inside the component it is fully keyboard accessible. * * Demos: * * - [Menus](https://mui.com/components/menus/) * * API: * * - [MenuList API](https://mui.com/api/menu-list/) * - inherits [List API](https://mui.com/api/list/) */ declare const MenuList: import("@suid/types").OverridableComponent; export default MenuList; //# sourceMappingURL=MenuList.d.ts.map