export declare const getStackedBarTouchSegmentIndex: ({ values, touchValue, }: {
    values: number[];
    touchValue: number;
}) => number;
