export declare const isLowCloser: (downX: number, lowPosition: number, highPosition: number) => boolean;
export declare const clamp: (value: number, min: number, max: number) => number;
export declare const getValueForPosition: (positionInView: number, containerWidth: number, thumbWidth: number, min: number, max: number, step: number) => number;
//# sourceMappingURL=helpers.d.ts.map