import { SparklineContainerHeight } from '../types/sparkline-container-height.js'; export interface ContextValuePositions { signXOffset: number; textXOffset: number; } export declare const getContextValueXOffset: (isLeft: boolean, chartLeftOffset: number, labelWidth: number, dottedLineWidth: number, containerHeight: SparklineContainerHeight, isSmallFontSize: boolean) => ContextValuePositions;