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