import { type ElementType, type PropsWithChildren, type ReactElement, type ReactNode } from 'react'; import { IntentProps } from '../../../../../core/slots/Intent/Intent.js'; import type { MenuItemProps } from '../../../../../navigation/menu/Item.js'; export declare const getCustomContextMenuItems: (customItem: ReactNode) => { actions: ReactElement>, string | import("react").JSXElementConstructor>[]; intents: ReactElement, string | import("react").JSXElementConstructor>[]; };