import { PropsWithChildren } from 'react'; import { MenuItemProps as PopoverMenuItemProps } from "../Popover/MenuItem"; export type ItemProps = PropsWithChildren; export declare const Item: { ({ children, value }: ItemProps): import("react/jsx-runtime").JSX.Element; displayName: string; };