import { SparklineYAxisProps } from '../types/sparkline-y-axis-props.js'; export declare const getShowContextValues: (yAxis: SparklineYAxisProps, contextValues: { min: number; max: number; }) => { showContextMin: boolean; showContextMax: boolean; };