import type { SectionProps } from '@react-types/shared'; import type { PartialNode } from './PartialNode'; export type MenuSectionProps = SectionProps; declare function MenuSection(_props: MenuSectionProps): null; declare namespace MenuSection { var getCollectionNode: (props: MenuSectionProps) => Generator>; } export default MenuSection; //# sourceMappingURL=MenuSection.d.ts.map