import { LegendPayload } from '../component/DefaultLegendContent';
/**
 * Use this hook in Legend, or anywhere else where you want to read the current Legend items.
 * @return all Legend items ready to be rendered
 */
export declare function useLegendPayload(): ReadonlyArray<LegendPayload> | undefined;
