import { type PropsWithChildren, type ReactElement } from 'react'; import type { TooltipItem } from '../../../types/tooltip.js'; export declare function getCustomActionItems(actions?: (t?: T) => ReactElement | undefined, item?: TooltipItem): ReactElement[];