export declare const getPositionOnRail: ({ value, min, max, }: { value?: number | undefined; min: number; max: number; }) => number;