import { ReactNode } from 'react'; interface AriaMenuSectionProps { 'heading'?: ReactNode; 'aria-label'?: string; } interface MenuSectionAria { itemProps: any; headingProps: any; groupProps: any; } export declare function useMenuSection(props: AriaMenuSectionProps): MenuSectionAria; export {}; //# sourceMappingURL=useMenuSection.d.ts.map