import React from 'react'; import type { IMenuGroupProps } from './types'; export declare const MenuGroup: React.MemoExoticComponent<({ title, children }: IMenuGroupProps) => JSX.Element>;