import type { Dimensions } from '../../../../../core/types/dimensions.js'; /** * Hook responsible to calculate the proper size to allocate to the plot area */ export declare const useComputedSegmentSize: () => { segmentSize: Dimensions; labelRef: import("react").RefObject; valueLabelRef: import("react").RefObject; minLabelRef: import("react").RefObject; maxLabelRef: import("react").RefObject; plotAreaRef: (node: HTMLDivElement) => void; legendRef: import("react").RefObject; }; //# sourceMappingURL=useComputedSegmentSize.d.ts.map