import * as React from 'react'; import { HTMLProps } from "../../internals/types.mjs"; import { MenuStore } from "../store/MenuStore.mjs"; export declare const REGULAR_ITEM: { type: 'regular-item'; }; export declare function useMenuItem(params: UseMenuItemParameters): UseMenuItemReturnValue; export interface UseMenuItemParameters { /** * Whether to close the menu when the item is clicked. */ closeOnClick: boolean; /** * Whether the component should ignore user interaction. */ disabled: boolean; /** * Determines if the menu item is highlighted. */ highlighted: boolean; /** * The id of the menu item. */ id: string | undefined; /** * Whether the component renders a native `