import { type ReactElement } from 'react'; import { LegendItem } from '../types/legend.js'; export declare const useLegendItemActions: (item: LegendItem, onLegendItemAction: () => void) => { intl: import("react-intl").IntlShape; defaultActions: ReactElement>; };