/// import { ContextMenuItemProps } from './Item'; interface Props { items: Array; closeDropDown: (boolean: any) => void; } export default function ContextMenu(props: Props): JSX.Element; export {};