import * as React from 'react'; import { HTMLProps } from "../../utils/types.js"; import { MenuStore } from "../store/MenuStore.js"; export declare const REGULAR_ITEM: { type: "regular-item"; }; export declare function useMenuItem(params: useMenuItem.Parameters): useMenuItem.ReturnValue; 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 `