import { ElementType, HTMLHopeProps } from "../types"; export interface MenuGroupContextValue { setAriaLabelledBy: (id: string) => void; } export declare type MenuGroupProps = HTMLHopeProps; /** * Component used to group multiple menu item. */ export declare function MenuGroup(props: MenuGroupProps): import("solid-js").JSX.Element; export declare namespace MenuGroup { var toString: () => string; } export declare function useMenuGroupContext(): MenuGroupContextValue | undefined; //# sourceMappingURL=menu-group.d.ts.map