export interface Props { annotationsHeight: number; height: number; width: number; xAxisHeight: number; yAxisWidth: number; } export declare function useChartPositions({ annotationsHeight, height, width, xAxisHeight, yAxisWidth, }: Props): { chartXPosition: number; chartYPosition: number; drawableHeight: number; drawableWidth: number; xAxisBounds: { x: number; y: number; }; yAxisBounds: { x: number; y: number; }; }; //# sourceMappingURL=useChartPositions.d.ts.map