import { CompoundedComponentWithRefType } from '../../../types'; import { IMenuProps } from './Menu.types'; import MenuItem from './MenuItem'; interface ICompoundedComponent extends CompoundedComponentWithRefType { Item: typeof MenuItem; } declare const _default: ICompoundedComponent; export default _default;