import * as React from "react"; import { AbstractPureComponent2 } from "../../common"; import { IProps } from "../../common/props"; import { MenuDivider } from "./menuDivider"; import { MenuItem } from "./menuItem"; export interface IMenuProps extends IProps, React.HTMLAttributes { /** Whether the menu items in this menu should use a large appearance. */ large?: boolean; /** Ref handler that receives the HTML `