import { PropsWithChildren } from 'react'; import { MenuGroupLabelProps } from './menu-group-label.types'; declare function MenuGroupLabel(props: PropsWithChildren): JSX.Element; declare namespace MenuGroupLabel { var displayName: string; } export default MenuGroupLabel;