import React from 'react'; import { type MenuSectionProps as RACMenuSectionProps } from 'react-aria-components'; export type MenuSectionProps = RACMenuSectionProps; /** * A
element used to separate s */ export declare const MenuSection: React.ForwardRefExoticComponent>;