import { LegendItem } from '../types/legend.js'; export declare const useLegendItemActions: (item: LegendItem) => { intl: import("react-intl").IntlShape; defaultActions: import("react/jsx-runtime.js").JSX.Element; };