import React from 'react'; export interface MenuGroupProps extends React.HTMLAttributes { label: string; hideLabel?: boolean; classNames?: { label?: string; group?: string; }; } export declare const MenuGroup: React.ForwardRefExoticComponent>; //# sourceMappingURL=menu-group.d.ts.map