import type { SankeyHoveredShape } from '../types/sankey-hover.js'; export declare const useSetHoveredShape: () => (shape: SankeyHoveredShape) => void; export declare const useClearHoveredShape: () => () => void; //# sourceMappingURL=store.d.ts.map