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").MutableRefObject; valueLabelRef: import("react").MutableRefObject; minLabelRef: import("react").MutableRefObject; maxLabelRef: import("react").MutableRefObject; plotAreaRef: (node: HTMLDivElement) => void; legendRef: import("react").MutableRefObject; };