import type { Node } from '@react-types/shared'; import type { TreeState } from 'react-stately'; type MenuSectionProps = { section: Node; state: TreeState; }; declare function MenuSection({ section, state, }: MenuSectionProps): import("react/jsx-runtime").JSX.Element; export default MenuSection; //# sourceMappingURL=MenuSection.d.ts.map