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