import { ChartInternalShallowDataShape } from '../data';

/**
 * Calculates whether the stroke should be shown.
 */
export declare function calculateShowStroke(current: ChartInternalShallowDataShape, data: ChartInternalShallowDataShape[]): boolean;
